From 0be62f8a6362c63a54a7dd2c1f84250bb7178a0a Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 15 Aug 2010 17:52:10 +0200 Subject: mpfr: remove old versions Signed-off-by: Frans Meulenbroeks --- recipes/mpfr/mpfr-canadian_2.3.1.bb | 3 --- recipes/mpfr/mpfr-native_2.1.1.bb | 4 ---- recipes/mpfr/mpfr-native_2.3.1.bb | 7 ------- recipes/mpfr/mpfr-native_2.3.2.bb | 6 ------ recipes/mpfr/mpfr_2.1.1.bb | 10 ---------- recipes/mpfr/mpfr_2.3.1.bb | 13 ------------- recipes/mpfr/mpfr_2.3.2.bb | 11 ----------- 7 files changed, 54 deletions(-) delete mode 100644 recipes/mpfr/mpfr-canadian_2.3.1.bb delete mode 100644 recipes/mpfr/mpfr-native_2.1.1.bb delete mode 100644 recipes/mpfr/mpfr-native_2.3.1.bb delete mode 100644 recipes/mpfr/mpfr-native_2.3.2.bb delete mode 100644 recipes/mpfr/mpfr_2.1.1.bb delete mode 100644 recipes/mpfr/mpfr_2.3.1.bb delete mode 100644 recipes/mpfr/mpfr_2.3.2.bb diff --git a/recipes/mpfr/mpfr-canadian_2.3.1.bb b/recipes/mpfr/mpfr-canadian_2.3.1.bb deleted file mode 100644 index e35f24eac9..0000000000 --- a/recipes/mpfr/mpfr-canadian_2.3.1.bb +++ /dev/null @@ -1,3 +0,0 @@ -require mpfr_${PV}.bb -inherit canadian-native -DEPENDS = "gmp-canadian" diff --git a/recipes/mpfr/mpfr-native_2.1.1.bb b/recipes/mpfr/mpfr-native_2.1.1.bb deleted file mode 100644 index 01ba37c8bf..0000000000 --- a/recipes/mpfr/mpfr-native_2.1.1.bb +++ /dev/null @@ -1,4 +0,0 @@ -require mpfr_${PV}.bb -inherit native -DEPENDS = "gmp-native" - diff --git a/recipes/mpfr/mpfr-native_2.3.1.bb b/recipes/mpfr/mpfr-native_2.3.1.bb deleted file mode 100644 index 4b78bf9619..0000000000 --- a/recipes/mpfr/mpfr-native_2.3.1.bb +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 2926a24f62..0000000000 --- a/recipes/mpfr/mpfr-native_2.3.2.bb +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index 6bbf148b18..0000000000 --- a/recipes/mpfr/mpfr_2.1.1.bb +++ /dev/null @@ -1,10 +0,0 @@ -require mpfr.inc - -DEPENDS = "gmp" -PR = "r3" - -SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" -S = "${WORKDIR}/mpfr-${PV}" - -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 deleted file mode 100644 index 9e50b1b018..0000000000 --- a/recipes/mpfr/mpfr_2.3.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -require mpfr.inc - -DEPENDS = "gmp" -PR = "r1" - -SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \ - file://long-long-thumb.patch \ - file://dont_use_mips_h_constraint.patch \ - " -S = "${WORKDIR}/mpfr-${PV}" - -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 deleted file mode 100644 index c879656532..0000000000 --- a/recipes/mpfr/mpfr_2.3.2.bb +++ /dev/null @@ -1,11 +0,0 @@ -require mpfr.inc - -DEPENDS = "gmp" -PR = "r0" -DEFAULT_PREFERENCE = "-1" - -SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" -S = "${WORKDIR}/mpfr-${PV}" - -SRC_URI[md5sum] = "527147c097874340cb9cee0579dacf3b" -SRC_URI[sha256sum] = "18e078c996e182b7ceab32f2ab840e6a151b593e0cd5b83cb9d2960f212fba4c" -- cgit 1.2.3-korg