From patchwork Fri Apr 22 00:53:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/8] mpfr: upgrade from 3.0.0 to 3.0.1 Date: Fri, 22 Apr 2011 00:53:12 -0000 From: Nitin A Kamble X-Patchwork-Id: 2633 Message-Id: <86afa66650a2717cb63df109c3d8806e3c52237b.1303433480.git.nitin.a.kamble@intel.com> To: poky@yoctoproject.org,openembedded-core@lists.openembedded.org From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../mpfr/{mpfr_3.0.0.bb => mpfr_3.0.1.bb} | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/mpfr/{mpfr_3.0.0.bb => mpfr_3.0.1.bb} (70%) diff --git a/meta/recipes-support/mpfr/mpfr_3.0.0.bb b/meta/recipes-support/mpfr/mpfr_3.0.1.bb similarity index 70% rename from meta/recipes-support/mpfr/mpfr_3.0.0.bb rename to meta/recipes-support/mpfr/mpfr_3.0.1.bb index 846cdc0..9079e4b 100644 --- a/meta/recipes-support/mpfr/mpfr_3.0.0.bb +++ b/meta/recipes-support/mpfr/mpfr_3.0.1.bb @@ -7,8 +7,8 @@ PR = "r0" SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" -SRC_URI[md5sum] = "f45bac3584922c8004a10060ab1a8f9f" -SRC_URI[sha256sum] = "8f4e5f9c53536cb798a30455ac429b1f9fc75a0f8af32d6e0ac31ebf1024821f" +SRC_URI[md5sum] = "bfbecb2eacb6d48432ead5cfc3f7390a" +SRC_URI[sha256sum] = "e1977099bb494319c0f0c1f85759050c418a56884e9c6cef1c540b9b13e38e7f" S = "${WORKDIR}/mpfr-${PV}" BBCLASSEXTEND = "native nativesdk"