summaryrefslogtreecommitdiffstats
path: root/recipes/mpfr
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-28 10:03:06 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-28 10:07:53 -0700
commit138c033ea5fc63e0ad33d363180e40b9ab492e63 (patch)
tree8bd8dc9be89f8b7be5cbf6b04b6b0776ea2c46e6 /recipes/mpfr
parente2b9225af36b2979b255634f79ceecea482601a7 (diff)
downloadopenembedded-138c033ea5fc63e0ad33d363180e40b9ab492e63.tar.gz
grep, mpfr: Dont use .xz in SRC_URI yet.
* xz-native is needed to decompress these URI's and it has vicious catch-22 with autoconf-native etc. unless that is solved dont use it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/mpfr')
-rw-r--r--recipes/mpfr/mpfr_3.0.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/mpfr/mpfr_3.0.0.bb b/recipes/mpfr/mpfr_3.0.0.bb
index 7538122304..4e9c617658 100644
--- a/recipes/mpfr/mpfr_3.0.0.bb
+++ b/recipes/mpfr/mpfr_3.0.0.bb
@@ -6,7 +6,7 @@ NATIVE_INSTALL_WORKS = "1"
PR = "r0"
BBCLASSEXTEND = "native"
-SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz \
+SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \
file://p3.patch"
-SRC_URI[md5sum] = "8ab3bef2864b8c6e6a291f5603141bbd"
-SRC_URI[sha256sum] = "22de51fee8ccfae75eaea85938acf8c9d8e9415269d9abb7ced52ebf0a29b5d8"
+SRC_URI[md5sum] = "f45bac3584922c8004a10060ab1a8f9f"
+SRC_URI[sha256sum] = "8f4e5f9c53536cb798a30455ac429b1f9fc75a0f8af32d6e0ac31ebf1024821f"