From 60bb07def55ed1b6e00fe142f5a01474b472d7b0 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 7 Apr 2011 04:20:10 -0700 Subject: mpfr: upgrade from 3.0.0 to 3.0.1 (From OE-Core rev: 22a386fda1829f9ac1dd5f2818ba95be690e34d7) Signed-off-by: Nitin A Kamble Signed-off-by: Richard Purdie --- meta/recipes-support/mpfr/mpfr_3.0.0.bb | 14 -------------- meta/recipes-support/mpfr/mpfr_3.0.1.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-support/mpfr/mpfr_3.0.0.bb create mode 100644 meta/recipes-support/mpfr/mpfr_3.0.1.bb (limited to 'meta/recipes-support/mpfr') diff --git a/meta/recipes-support/mpfr/mpfr_3.0.0.bb b/meta/recipes-support/mpfr/mpfr_3.0.0.bb deleted file mode 100644 index 846cdc02d4..0000000000 --- a/meta/recipes-support/mpfr/mpfr_3.0.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -require mpfr.inc -LICENSE="GPLv3&LGPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ - file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6" -DEPENDS = "gmp" -PR = "r0" - -SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" - -SRC_URI[md5sum] = "f45bac3584922c8004a10060ab1a8f9f" -SRC_URI[sha256sum] = "8f4e5f9c53536cb798a30455ac429b1f9fc75a0f8af32d6e0ac31ebf1024821f" -S = "${WORKDIR}/mpfr-${PV}" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-support/mpfr/mpfr_3.0.1.bb b/meta/recipes-support/mpfr/mpfr_3.0.1.bb new file mode 100644 index 0000000000..9079e4bcac --- /dev/null +++ b/meta/recipes-support/mpfr/mpfr_3.0.1.bb @@ -0,0 +1,14 @@ +require mpfr.inc +LICENSE="GPLv3&LGPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ + file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6" +DEPENDS = "gmp" +PR = "r0" + +SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" + +SRC_URI[md5sum] = "bfbecb2eacb6d48432ead5cfc3f7390a" +SRC_URI[sha256sum] = "e1977099bb494319c0f0c1f85759050c418a56884e9c6cef1c540b9b13e38e7f" +S = "${WORKDIR}/mpfr-${PV}" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf