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/libgpg-error/libgpg-error_1.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libgpg-error/libgpg-error_1.0.bb') diff --git a/recipes/libgpg-error/libgpg-error_1.0.bb b/recipes/libgpg-error/libgpg-error_1.0.bb index 6e7c0e6adb..50e35f17d0 100644 --- a/recipes/libgpg-error/libgpg-error_1.0.bb +++ b/recipes/libgpg-error/libgpg-error_1.0.bb @@ -1,3 +1,6 @@ require libgpg-error.inc PR = "${INC_PR}.1" + +SRC_URI[md5sum] = "ff409db977e4a4897aa09ea420a28a2f" +SRC_URI[sha256sum] = "7baf0a33a717c5d5b24faf592ba16fc5e962f1537f46b11f6ed003010a8ff1e9" -- cgit 1.2.3-korg