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/xorg-lib/libxt_1.0.7.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/xorg-lib/libxt_1.0.7.bb') diff --git a/recipes/xorg-lib/libxt_1.0.7.bb b/recipes/xorg-lib/libxt_1.0.7.bb index 4190a1158b..de952e3f42 100644 --- a/recipes/xorg-lib/libxt_1.0.7.bb +++ b/recipes/xorg-lib/libxt_1.0.7.bb @@ -17,3 +17,6 @@ do_compile() { ) || exit 1 oe_runmake } + +SRC_URI[archive.md5sum] = "96f3c93434a93186d178b60d4a262496" +SRC_URI[archive.sha256sum] = "706d5248b061c8455f74ce5269ecc5ef59c27d0f52d22b07138f781928dda9ec" -- cgit 1.2.3-korg