From 734379a7207e72e55fc409968cfc1c70c26b581e Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 16 Nov 2011 11:14:37 -0800 Subject: mpfr: upgrade from 3.0.1 to 3.1.0 Signed-off-by: Nitin A Kamble Signed-off-by: Richard Purdie --- meta/recipes-support/mpfr/mpfr_3.0.1.bb | 14 -------------- meta/recipes-support/mpfr/mpfr_3.1.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-support/mpfr/mpfr_3.0.1.bb create mode 100644 meta/recipes-support/mpfr/mpfr_3.1.0.bb (limited to 'meta/recipes-support/mpfr') diff --git a/meta/recipes-support/mpfr/mpfr_3.0.1.bb b/meta/recipes-support/mpfr/mpfr_3.0.1.bb deleted file mode 100644 index 9079e4bcac..0000000000 --- a/meta/recipes-support/mpfr/mpfr_3.0.1.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] = "bfbecb2eacb6d48432ead5cfc3f7390a" -SRC_URI[sha256sum] = "e1977099bb494319c0f0c1f85759050c418a56884e9c6cef1c540b9b13e38e7f" -S = "${WORKDIR}/mpfr-${PV}" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-support/mpfr/mpfr_3.1.0.bb b/meta/recipes-support/mpfr/mpfr_3.1.0.bb new file mode 100644 index 0000000000..8e67fc2f1d --- /dev/null +++ b/meta/recipes-support/mpfr/mpfr_3.1.0.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] = "238ae4a15cc3a5049b723daef5d17938" +SRC_URI[sha256sum] = "74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680" +S = "${WORKDIR}/mpfr-${PV}" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg