diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-11-16 11:14:37 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-17 14:06:04 +0000 |
commit | 734379a7207e72e55fc409968cfc1c70c26b581e (patch) | |
tree | e1d237a3f4b5e720928651dc6321868342415d3d /meta | |
parent | aba671f805010313d8b7c02b560da2646de1164b (diff) | |
download | openembedded-core-734379a7207e72e55fc409968cfc1c70c26b581e.tar.gz openembedded-core-734379a7207e72e55fc409968cfc1c70c26b581e.tar.bz2 openembedded-core-734379a7207e72e55fc409968cfc1c70c26b581e.zip |
mpfr: upgrade from 3.0.1 to 3.1.0
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" -SRC_URI[md5sum] = "bfbecb2eacb6d48432ead5cfc3f7390a" -SRC_URI[sha256sum] = "e1977099bb494319c0f0c1f85759050c418a56884e9c6cef1c540b9b13e38e7f" +SRC_URI[md5sum] = "238ae4a15cc3a5049b723daef5d17938" +SRC_URI[sha256sum] = "74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680" S = "${WORKDIR}/mpfr-${PV}" BBCLASSEXTEND = "native nativesdk" |