[oe-commits] Khem Raj : grep, mpfr: Dont use .xz in SRC_URI yet.

git version control git at git.openembedded.org
Wed Jul 28 17:08:27 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 138c033ea5fc63e0ad33d363180e40b9ab492e63
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=138c033ea5fc63e0ad33d363180e40b9ab492e63

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Jul 28 10:03:06 2010 -0700

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 at gmail.com>

---

 recipes/grep/grep_2.6.3.bb |   10 ++++------
 recipes/mpfr/mpfr_3.0.0.bb |    6 +++---
 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 981c062..fc40994 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 7538122..4e9c617 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"





More information about the Openembedded-commits mailing list