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/zuc/zuc_1.1.2ern.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes/zuc') diff --git a/recipes/zuc/zuc_1.1.2ern.bb b/recipes/zuc/zuc_1.1.2ern.bb index 67a1aca4c5..8caa95af68 100644 --- a/recipes/zuc/zuc_1.1.2ern.bb +++ b/recipes/zuc/zuc_1.1.2ern.bb @@ -28,3 +28,8 @@ do_install() { install -d ${D}${palmtopdir}/etc/ install -m 0644 ${WORKDIR}/zuc_units ${D}${palmtopdir}/etc/ } + +SRC_URI[md5sum] = "c4ed24fa825940f4803bd494fd9c12a6" +SRC_URI[sha256sum] = "8e7d8d05bcc99203f4ca8231647b2a24d51b10abffeb00910cb6eeee85427f86" +SRC_URI[md5sum] = "0d4a28c847829208b0177483e174b3f5" +SRC_URI[sha256sum] = "3bc5735516b47874208b0efe23d498b8d43e51a140b3ff60683d5f1a951f50ac" -- cgit 1.2.3-korg