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/void11/void11_0.2.0.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes/void11') diff --git a/recipes/void11/void11_0.2.0.bb b/recipes/void11/void11_0.2.0.bb index 2f4d5f2af9..94ad3f13a5 100644 --- a/recipes/void11/void11_0.2.0.bb +++ b/recipes/void11/void11_0.2.0.bb @@ -24,3 +24,8 @@ do_install () { install -m 0755 smallsleep/smallsleep ${D}/${sbindir} install -m 0755 console/void11_penetration ${D}/${sbindir} } + +SRC_URI[md5sum] = "1c5b3e3e70916de74c2932c7f3e46d9e" +SRC_URI[sha256sum] = "08d588ce0731d0c0e55a1cac35acf019e1b735d0f75f16962adfeb4fefd69441" +SRC_URI[md5sum] = "54563fb51f143c4bf26ddec2516e8f9f" +SRC_URI[sha256sum] = "d14b56996ba9aa9cb6c78c889831113cc55a400bd1d237cec6eec7549a358c97" -- cgit 1.2.3-korg