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/libxcomp/libxcomp_3.2.0-7.bb | 3 +++ recipes/libxcomp/libxcomp_3.3.0-3.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/libxcomp') diff --git a/recipes/libxcomp/libxcomp_3.2.0-7.bb b/recipes/libxcomp/libxcomp_3.2.0-7.bb index 84ab8d2396..f30794e040 100644 --- a/recipes/libxcomp/libxcomp_3.2.0-7.bb +++ b/recipes/libxcomp/libxcomp_3.2.0-7.bb @@ -26,3 +26,6 @@ do_stage () { oe_libinstall -a -so libXcomp ${STAGING_LIBDIR} install -m 0644 NX.h ${STAGING_INCDIR}/ } + +SRC_URI[md5sum] = "5ea64a557c770d9f5cc4b9a7a9d1343c" +SRC_URI[sha256sum] = "ec1b9a9447bcbfe36cff46aaf4aaa6b3f8f945487438a92d0b8e70d9b7814f97" diff --git a/recipes/libxcomp/libxcomp_3.3.0-3.bb b/recipes/libxcomp/libxcomp_3.3.0-3.bb index fc4352627f..e0d7fa6b43 100644 --- a/recipes/libxcomp/libxcomp_3.3.0-3.bb +++ b/recipes/libxcomp/libxcomp_3.3.0-3.bb @@ -25,3 +25,6 @@ do_stage () { oe_libinstall -a -so libXcomp ${STAGING_LIBDIR} install -m 0644 NX.h ${STAGING_INCDIR}/ } + +SRC_URI[md5sum] = "2327cca8e6116fd6a96345566336d81d" +SRC_URI[sha256sum] = "069b3baa000b4a6125b86bddaf67c1b7fcd082eaf14b64113558fc30d6c71dd7" -- cgit v1.2.3