diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/gmp | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/gmp')
-rw-r--r-- | recipes/gmp/gmp-native_4.1.2.bb | 3 | ||||
-rw-r--r-- | recipes/gmp/gmp-native_4.2.1.bb | 3 | ||||
-rw-r--r-- | recipes/gmp/gmp-native_4.2.2.bb | 3 | ||||
-rw-r--r-- | recipes/gmp/gmp-native_4.2.4.bb | 3 | ||||
-rw-r--r-- | recipes/gmp/gmp_4.1.2.bb | 4 | ||||
-rw-r--r-- | recipes/gmp/gmp_4.1.4.bb | 4 | ||||
-rw-r--r-- | recipes/gmp/gmp_4.2.1.bb | 3 | ||||
-rw-r--r-- | recipes/gmp/gmp_4.2.2.bb | 3 | ||||
-rw-r--r-- | recipes/gmp/gmp_4.2.4.bb | 3 |
9 files changed, 27 insertions, 2 deletions
diff --git a/recipes/gmp/gmp-native_4.1.2.bb b/recipes/gmp/gmp-native_4.1.2.bb index 14e8587154..ca8f13b37c 100644 --- a/recipes/gmp/gmp-native_4.1.2.bb +++ b/recipes/gmp/gmp-native_4.1.2.bb @@ -1,2 +1,5 @@ PV = "4.1.2" require gmp-native.inc + +SRC_URI[gmp.md5sum] = "ed39b34dd14014cc504840776af5ba10" +SRC_URI[gmp.sha256sum] = "51ba8551092510ef5c61798584f4cff054e0fbbe7c46fea2c8ff9ea9a52edcd1" diff --git a/recipes/gmp/gmp-native_4.2.1.bb b/recipes/gmp/gmp-native_4.2.1.bb index 8594f2cb0b..92ac6e3188 100644 --- a/recipes/gmp/gmp-native_4.2.1.bb +++ b/recipes/gmp/gmp-native_4.2.1.bb @@ -1,2 +1,5 @@ PV = "4.2.1" require gmp-native.inc + +SRC_URI[gmp.md5sum] = "091c56e0e1cca6b09b17b69d47ef18e3" +SRC_URI[gmp.sha256sum] = "d07ffcb37eecec35c5ec72516d10b35fdf6e6fef1fcf1dcd37e30b8cbf8bf941" diff --git a/recipes/gmp/gmp-native_4.2.2.bb b/recipes/gmp/gmp-native_4.2.2.bb index af85db61f2..b381edd019 100644 --- a/recipes/gmp/gmp-native_4.2.2.bb +++ b/recipes/gmp/gmp-native_4.2.2.bb @@ -1,2 +1,5 @@ PV = "4.2.2" require gmp-native.inc + +SRC_URI[gmp.md5sum] = "7ce52531644e6d12f16911b7e3151f3f" +SRC_URI[gmp.sha256sum] = "2b2c0aacafa2dc41f4604b381349d49596921e38a58bf782b0d70b33f548657b" diff --git a/recipes/gmp/gmp-native_4.2.4.bb b/recipes/gmp/gmp-native_4.2.4.bb index aa927b6854..4a1ac9a1fb 100644 --- a/recipes/gmp/gmp-native_4.2.4.bb +++ b/recipes/gmp/gmp-native_4.2.4.bb @@ -1,3 +1,6 @@ PV = "4.2.4" require gmp-native.inc PR = "${INC_PR}.1" + +SRC_URI[gmp.md5sum] = "fc1e3b3a2a5038d4d74138d0b9cf8dbe" +SRC_URI[gmp.sha256sum] = "5420b0e558a69a53b36f2b2c70a69f547e075d98366a585fc80cbbcce1efe368" diff --git a/recipes/gmp/gmp_4.1.2.bb b/recipes/gmp/gmp_4.1.2.bb index 45b2672ee7..19ad8f8eae 100644 --- a/recipes/gmp/gmp_4.1.2.bb +++ b/recipes/gmp/gmp_4.1.2.bb @@ -1,3 +1,5 @@ require gmp.inc -SRC_URI += "file://gcc-compile.patch;patch=1"
\ No newline at end of file +SRC_URI += "file://gcc-compile.patch;patch=1" +SRC_URI[gmp.md5sum] = "ed39b34dd14014cc504840776af5ba10" +SRC_URI[gmp.sha256sum] = "51ba8551092510ef5c61798584f4cff054e0fbbe7c46fea2c8ff9ea9a52edcd1" diff --git a/recipes/gmp/gmp_4.1.4.bb b/recipes/gmp/gmp_4.1.4.bb index 0b32f552e7..03bc5127f1 100644 --- a/recipes/gmp/gmp_4.1.4.bb +++ b/recipes/gmp/gmp_4.1.4.bb @@ -2,4 +2,6 @@ require gmp.inc PR = "r1" -SRC_URI += "file://sh4-asmfix.patch;patch=1"
\ No newline at end of file +SRC_URI += "file://sh4-asmfix.patch;patch=1" +SRC_URI[gmp.md5sum] = "0aa7d3b3f5b5ec5951e7dddd6f65e891" +SRC_URI[gmp.sha256sum] = "1a6ed0ea17b24ea8864c4df516d20c41fac97a448559ddee5a8477aeeecca1a3" diff --git a/recipes/gmp/gmp_4.2.1.bb b/recipes/gmp/gmp_4.2.1.bb index 452553beda..85ed420c2b 100644 --- a/recipes/gmp/gmp_4.2.1.bb +++ b/recipes/gmp/gmp_4.2.1.bb @@ -4,3 +4,6 @@ SRC_URI_append += "file://sh4-asmfix.patch;patch=1 \ file://x86-fat.diff;patch=1;pnum=0 " require gmp.inc + +SRC_URI[gmp.md5sum] = "091c56e0e1cca6b09b17b69d47ef18e3" +SRC_URI[gmp.sha256sum] = "d07ffcb37eecec35c5ec72516d10b35fdf6e6fef1fcf1dcd37e30b8cbf8bf941" diff --git a/recipes/gmp/gmp_4.2.2.bb b/recipes/gmp/gmp_4.2.2.bb index 295237f0f3..540dbed80a 100644 --- a/recipes/gmp/gmp_4.2.2.bb +++ b/recipes/gmp/gmp_4.2.2.bb @@ -6,3 +6,6 @@ SRC_URI_append += "file://02_noexec-stack.diff;patch=1 \ file://sh4-asmfix.patch;patch=1 \ " require gmp.inc + +SRC_URI[gmp.md5sum] = "7ce52531644e6d12f16911b7e3151f3f" +SRC_URI[gmp.sha256sum] = "2b2c0aacafa2dc41f4604b381349d49596921e38a58bf782b0d70b33f548657b" diff --git a/recipes/gmp/gmp_4.2.4.bb b/recipes/gmp/gmp_4.2.4.bb index 2b4b09be4a..c01c7058b4 100644 --- a/recipes/gmp/gmp_4.2.4.bb +++ b/recipes/gmp/gmp_4.2.4.bb @@ -7,3 +7,6 @@ SRC_URI_append += "file://sh4-asmfix.patch;patch=1 \ " require gmp.inc LICENSE = "GPLv3 LGPLv3" + +SRC_URI[gmp.md5sum] = "fc1e3b3a2a5038d4d74138d0b9cf8dbe" +SRC_URI[gmp.sha256sum] = "5420b0e558a69a53b36f2b2c70a69f547e075d98366a585fc80cbbcce1efe368" |