summaryrefslogtreecommitdiffstats
path: root/recipes/grep
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/grep
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/grep')
-rw-r--r--recipes/grep/grep_2.6.3.bb10
1 files changed, 4 insertions, 6 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"