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/lemon/lemon_3.5.4.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/lemon/lemon_3.5.4.bb') diff --git a/recipes/lemon/lemon_3.5.4.bb b/recipes/lemon/lemon_3.5.4.bb index 4a7e5e77f0..0be511af70 100644 --- a/recipes/lemon/lemon_3.5.4.bb +++ b/recipes/lemon/lemon_3.5.4.bb @@ -9,3 +9,6 @@ do_install() { install -d ${D}${mandir}/man1 install -m 0644 ${WORKDIR}/lemon.1 ${D}${mandir}/man1/ } + +SRC_URI[md5sum] = "f17da840eed792e896c3408d0ce97718" +SRC_URI[sha256sum] = "47daba209bd3bcffa1c5fcd5fdfc4f524eae619b4fa855aeeb1bbbc8bd2bb04f" -- cgit 1.2.3-korg