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/at/at_3.1.8.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/at/at_3.1.8.bb') diff --git a/recipes/at/at_3.1.8.bb b/recipes/at/at_3.1.8.bb index 7acbfa9664..d66666f709 100644 --- a/recipes/at/at_3.1.8.bb +++ b/recipes/at/at_3.1.8.bb @@ -18,3 +18,6 @@ export LIBS = "-L${STAGING_LIBDIR}" do_install () { oe_runmake 'IROOT=${D}' install } + +SRC_URI[md5sum] = "81dbae5162aaa8a398a81424d6631c77" +SRC_URI[sha256sum] = "0d77c73a3c151a7da647dd924f32151e5ee4574530568fd65067882f79cd5a44" -- cgit 1.2.3-korg