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/acpid/acpid_1.0.6.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/acpid/acpid_1.0.6.bb') diff --git a/recipes/acpid/acpid_1.0.6.bb b/recipes/acpid/acpid_1.0.6.bb index c44cd81672..84ef527dcd 100644 --- a/recipes/acpid/acpid_1.0.6.bb +++ b/recipes/acpid/acpid_1.0.6.bb @@ -1,2 +1,4 @@ require acpid.inc -PR = "${INC_PR}.0" \ No newline at end of file +PR = "${INC_PR}.0" +SRC_URI[md5sum] = "5c9b705700df51d232be223b6ab6414d" +SRC_URI[sha256sum] = "aa3c42224ec702b6cdb69ca6501284cb6dacb87473a076d7337ee9635c96f160" -- cgit 1.2.3-korg