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/xfsprogs/libattr_2.4.43.bb | 3 +++ recipes/xfsprogs/xfsprogs_2.8.16.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/xfsprogs') diff --git a/recipes/xfsprogs/libattr_2.4.43.bb b/recipes/xfsprogs/libattr_2.4.43.bb index 99890313f5..cf846cc25d 100644 --- a/recipes/xfsprogs/libattr_2.4.43.bb +++ b/recipes/xfsprogs/libattr_2.4.43.bb @@ -25,3 +25,6 @@ do_install () { oe_libinstall -a libattr ${STAGING_LIBDIR} } + +SRC_URI[md5sum] = "91583a14bcbd637adaa9b07ea49c5d4b" +SRC_URI[sha256sum] = "d358b233b3e2ad235e63fd8697e337006fc7506844e424b0d9dd7a24affec5bf" diff --git a/recipes/xfsprogs/xfsprogs_2.8.16.bb b/recipes/xfsprogs/xfsprogs_2.8.16.bb index 1cdf950b6c..1fb4f7ba4c 100644 --- a/recipes/xfsprogs/xfsprogs_2.8.16.bb +++ b/recipes/xfsprogs/xfsprogs_2.8.16.bb @@ -22,3 +22,6 @@ do_install () { oe_runmake install } + +SRC_URI[md5sum] = "632c7745f884dc5e6fd707a18971aca3" +SRC_URI[sha256sum] = "b3195456c99ab66103fd235ab410d6f3e6a56f2bdb7fb31d9d3789f2d453ec3f" -- cgit 1.2.3-korg