From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: recipes: move checksums to recipes from checksums.ini * fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa --- recipes/etherpuppet/etherpuppet_0.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/etherpuppet/etherpuppet_0.2.bb') diff --git a/recipes/etherpuppet/etherpuppet_0.2.bb b/recipes/etherpuppet/etherpuppet_0.2.bb index 0f3150e8e4..432860f114 100644 --- a/recipes/etherpuppet/etherpuppet_0.2.bb +++ b/recipes/etherpuppet/etherpuppet_0.2.bb @@ -22,3 +22,6 @@ do_install() { install -m 0755 etherpuppet ${D}${sbindir} } + +SRC_URI[md5sum] = "6180d3a7001e528e0f87d258116ee1c9" +SRC_URI[sha256sum] = "71416d34294c584cf9e8b9b4d72a34ed412b94f9928010891e786fe7b0cd98c9" -- cgit 1.2.3-korg