summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--recipes/grep/grep_2.6.3.bb10
-rw-r--r--recipes/mpfr/mpfr_3.0.0.bb6
2 files changed, 7 insertions, 9 deletions
diff --git a/recipes/grep/grep_2.6.3.bb b/recipes/grep/grep_2.6.3.bb
index 981c062278..fc40994e64 100644
--- a/recipes/grep/grep_2.6.3.bb
+++ b/recipes/grep/grep_2.6.3.bb
@@ -3,9 +3,9 @@ SECTION = "console/utils"
DESCRIPTION = "grep GNU utility"
PR = "r2"
-do_unpack[depends] += "xz-native:do_populate_sysroot"
+do_unpack[depends] += "do_populate_sysroot"
-SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz \
+SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.gz \
file://uclibc-fix.patch"
inherit autotools gettext
@@ -43,7 +43,5 @@ pkg_prerm_${PN} () {
}
BBCLASSEXTEND = "native"
-
-SRC_URI[md5sum] = "69a3bf508a3f14d12369e0e1c7a92763"
-SRC_URI[sha256sum] = "ba745e2ff297ab225bf870740d35593d402a1d92999cf0d7e56840f10218db7c"
-
+SRC_URI[md5sum] = "3095b57837b312f087c0680559de7f13"
+SRC_URI[sha256sum] = "a340e5d1544d9a964072196be627bad3e434ff7a87f3a57ea15aaccbbea4d666"
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"