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_0.7.bb | 3 +++ recipes/libgpg-error/libgpg-error_1.0.bb | 3 +++ recipes/libgpg-error/libgpg-error_1.3.bb | 3 +++ recipes/libgpg-error/libgpg-error_1.4.bb | 3 +++ 4 files changed, 12 insertions(+) (limited to 'recipes/libgpg-error') diff --git a/recipes/libgpg-error/libgpg-error_0.7.bb b/recipes/libgpg-error/libgpg-error_0.7.bb index 526a2a401b..5bca87387c 100644 --- a/recipes/libgpg-error/libgpg-error_0.7.bb +++ b/recipes/libgpg-error/libgpg-error_0.7.bb @@ -4,3 +4,6 @@ PR = "${INC_PR}.1" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-${PV}.tar.gz \ file://pkgconfig.patch;patch=1" + +SRC_URI[md5sum] = "5340fa28c365049c995996e8dc0f880c" +SRC_URI[sha256sum] = "e8eb2c3a844a080144cbb994118e5110b08bc0f608f8c3f2f1977211167bda76" 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" diff --git a/recipes/libgpg-error/libgpg-error_1.3.bb b/recipes/libgpg-error/libgpg-error_1.3.bb index 6e7c0e6adb..73030ac7d9 100644 --- a/recipes/libgpg-error/libgpg-error_1.3.bb +++ b/recipes/libgpg-error/libgpg-error_1.3.bb @@ -1,3 +1,6 @@ require libgpg-error.inc PR = "${INC_PR}.1" + +SRC_URI[md5sum] = "aae34a35b00c547f2e41c747cf87f8b7" +SRC_URI[sha256sum] = "d815a1a5445fc26de5c7b10192acb77cf4277a100124842b616f85a5a4fbfe3b" diff --git a/recipes/libgpg-error/libgpg-error_1.4.bb b/recipes/libgpg-error/libgpg-error_1.4.bb index 6e7c0e6adb..951bd287fa 100644 --- a/recipes/libgpg-error/libgpg-error_1.4.bb +++ b/recipes/libgpg-error/libgpg-error_1.4.bb @@ -1,3 +1,6 @@ require libgpg-error.inc PR = "${INC_PR}.1" + +SRC_URI[md5sum] = "86e60e9a03205fb706e99be101a2387e" +SRC_URI[sha256sum] = "fff67ec5ffc93cf91fc62350a19a9f677c9bc6eb2730395d22f9d40c754ed619" -- cgit v1.2.3