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/libgcrypt/libgcrypt_1.1.91.bb | 3 +++ recipes/libgcrypt/libgcrypt_1.2.4.bb | 3 +++ recipes/libgcrypt/libgcrypt_1.4.0.bb | 3 +++ recipes/libgcrypt/libgcrypt_1.4.1.bb | 3 +++ 4 files changed, 12 insertions(+) (limited to 'recipes/libgcrypt') diff --git a/recipes/libgcrypt/libgcrypt_1.1.91.bb b/recipes/libgcrypt/libgcrypt_1.1.91.bb index 0eaeaaf9fc..d0ca4acf12 100644 --- a/recipes/libgcrypt/libgcrypt_1.1.91.bb +++ b/recipes/libgcrypt/libgcrypt_1.1.91.bb @@ -31,3 +31,6 @@ do_stage() { done } + +SRC_URI[md5sum] = "8f3581d2d2a66c8f42b16f6ce13dedc3" +SRC_URI[sha256sum] = "9ea092029d2b32dc5eb06b38494dcc264d1a46835296ac1ed0433fff25030b83" diff --git a/recipes/libgcrypt/libgcrypt_1.2.4.bb b/recipes/libgcrypt/libgcrypt_1.2.4.bb index 2fe98d62e3..2241e652b8 100644 --- a/recipes/libgcrypt/libgcrypt_1.2.4.bb +++ b/recipes/libgcrypt/libgcrypt_1.2.4.bb @@ -1,3 +1,6 @@ require libgcrypt.inc PR = "r2" + +SRC_URI[md5sum] = "be20ee47778ff90703afd58c090f07b9" +SRC_URI[sha256sum] = "cf3c3f313ebeb9165d80439beaeb7f621b73856a2159e4b84c70f32b455fd9ec" diff --git a/recipes/libgcrypt/libgcrypt_1.4.0.bb b/recipes/libgcrypt/libgcrypt_1.4.0.bb index db3389b80e..efd48d853b 100644 --- a/recipes/libgcrypt/libgcrypt_1.4.0.bb +++ b/recipes/libgcrypt/libgcrypt_1.4.0.bb @@ -1,3 +1,6 @@ require libgcrypt.inc PR = "r3" + +SRC_URI[md5sum] = "4f80e46b38a71767479a3d953af22bdd" +SRC_URI[sha256sum] = "14d457c3ed1d4751664f7196cbcd20e7db82532025f35634812f0cb7470fc43e" diff --git a/recipes/libgcrypt/libgcrypt_1.4.1.bb b/recipes/libgcrypt/libgcrypt_1.4.1.bb index c0b5e6531c..bb7457d23e 100644 --- a/recipes/libgcrypt/libgcrypt_1.4.1.bb +++ b/recipes/libgcrypt/libgcrypt_1.4.1.bb @@ -1,2 +1,5 @@ require libgcrypt.inc + +SRC_URI[md5sum] = "555488ddfc81a6e0df1fb5112e7eee13" +SRC_URI[sha256sum] = "7562042a6210947363bd6a9bbcdd03f8d02470c0347970b507f689d25a907844" -- cgit 1.2.3-korg