summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/mpfr
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-11-16 11:14:37 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-18 10:47:11 +0000
commite1f046c7fff76d33fbe786a7ea2473aa01114ee7 (patch)
treea72710c89bafa3e05fce7ba0afd6d0a33a54a902 /meta/recipes-support/mpfr
parentf2ecc19087baf5c251d0c0b711aa4775f36692ac (diff)
downloadpoky-e1f046c7fff76d33fbe786a7ea2473aa01114ee7.tar.gz
mpfr: upgrade from 3.0.1 to 3.1.0
(From OE-Core rev: 734379a7207e72e55fc409968cfc1c70c26b581e) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/mpfr')
-rw-r--r--meta/recipes-support/mpfr/mpfr_3.1.0.bb (renamed from meta/recipes-support/mpfr/mpfr_3.0.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/mpfr/mpfr_3.0.1.bb b/meta/recipes-support/mpfr/mpfr_3.1.0.bb
index 9079e4bcac..8e67fc2f1d 100644
--- a/meta/recipes-support/mpfr/mpfr_3.0.1.bb
+++ b/meta/recipes-support/mpfr/mpfr_3.1.0.bb
@@ -7,8 +7,8 @@ PR = "r0"
7 7
8SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" 8SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
9 9
10SRC_URI[md5sum] = "bfbecb2eacb6d48432ead5cfc3f7390a" 10SRC_URI[md5sum] = "238ae4a15cc3a5049b723daef5d17938"
11SRC_URI[sha256sum] = "e1977099bb494319c0f0c1f85759050c418a56884e9c6cef1c540b9b13e38e7f" 11SRC_URI[sha256sum] = "74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680"
12S = "${WORKDIR}/mpfr-${PV}" 12S = "${WORKDIR}/mpfr-${PV}"
13 13
14BBCLASSEXTEND = "native nativesdk" 14BBCLASSEXTEND = "native nativesdk"