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/mpfr/mpfr-native_2.3.1.bb | 3 +++ recipes/mpfr/mpfr-native_2.3.2.bb | 3 +++ recipes/mpfr/mpfr_2.1.1.bb | 3 +++ recipes/mpfr/mpfr_2.3.1.bb | 3 +++ recipes/mpfr/mpfr_2.3.2.bb | 3 +++ 5 files changed, 15 insertions(+) (limited to 'recipes/mpfr') diff --git a/recipes/mpfr/mpfr-native_2.3.1.bb b/recipes/mpfr/mpfr-native_2.3.1.bb index 01ba37c8bf..4b78bf9619 100644 --- a/recipes/mpfr/mpfr-native_2.3.1.bb +++ b/recipes/mpfr/mpfr-native_2.3.1.bb @@ -2,3 +2,6 @@ require mpfr_${PV}.bb inherit native DEPENDS = "gmp-native" + +SRC_URI[md5sum] = "8352b619e04dcc73411a38b39dd855f6" +SRC_URI[sha256sum] = "d857f9df4a6cf50d0bc57dd11296dd1a8d1ac709442875ea4fcd757a89da8430" diff --git a/recipes/mpfr/mpfr-native_2.3.2.bb b/recipes/mpfr/mpfr-native_2.3.2.bb index dec26d33a8..2926a24f62 100644 --- a/recipes/mpfr/mpfr-native_2.3.2.bb +++ b/recipes/mpfr/mpfr-native_2.3.2.bb @@ -1,3 +1,6 @@ require mpfr_${PV}.bb inherit native DEPENDS = "gmp-native" + +SRC_URI[md5sum] = "527147c097874340cb9cee0579dacf3b" +SRC_URI[sha256sum] = "18e078c996e182b7ceab32f2ab840e6a151b593e0cd5b83cb9d2960f212fba4c" diff --git a/recipes/mpfr/mpfr_2.1.1.bb b/recipes/mpfr/mpfr_2.1.1.bb index 1a60ab17a2..6593c2e010 100644 --- a/recipes/mpfr/mpfr_2.1.1.bb +++ b/recipes/mpfr/mpfr_2.1.1.bb @@ -9,3 +9,6 @@ S = "${WORKDIR}/mpfr-${PV}" do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "843422d90349800ee721f6710d051c87" +SRC_URI[sha256sum] = "df551fb075d5e6d0824b74d231962cf0e104c43f646e233675d952ef3c03debc" diff --git a/recipes/mpfr/mpfr_2.3.1.bb b/recipes/mpfr/mpfr_2.3.1.bb index 5e415a1a0b..4e2df27fec 100644 --- a/recipes/mpfr/mpfr_2.3.1.bb +++ b/recipes/mpfr/mpfr_2.3.1.bb @@ -12,3 +12,6 @@ S = "${WORKDIR}/mpfr-${PV}" do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "8352b619e04dcc73411a38b39dd855f6" +SRC_URI[sha256sum] = "d857f9df4a6cf50d0bc57dd11296dd1a8d1ac709442875ea4fcd757a89da8430" diff --git a/recipes/mpfr/mpfr_2.3.2.bb b/recipes/mpfr/mpfr_2.3.2.bb index 2d8cc960f7..0c6cc89149 100644 --- a/recipes/mpfr/mpfr_2.3.2.bb +++ b/recipes/mpfr/mpfr_2.3.2.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/mpfr-${PV}" do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "527147c097874340cb9cee0579dacf3b" +SRC_URI[sha256sum] = "18e078c996e182b7ceab32f2ab840e6a151b593e0cd5b83cb9d2960f212fba4c" -- cgit 1.2.3-korg