[oe-commits] Khem Raj : grep_2.6.3.bb: DEPEND on xz-native.

git version control git at git.openembedded.org
Sat Jun 5 20:02:25 UTC 2010


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Jun  5 13:01:31 2010 -0700

grep_2.6.3.bb: DEPEND on xz-native.

* Becuase we are using .xz compressed archive in SRC_URI
  make sure that xz is installed for the host.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/grep/grep_2.6.3.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/grep/grep_2.6.3.bb b/recipes/grep/grep_2.6.3.bb
index c887ca0..314fac4 100644
--- a/recipes/grep/grep_2.6.3.bb
+++ b/recipes/grep/grep_2.6.3.bb
@@ -1,7 +1,9 @@
 LICENSE = "GPL"
 SECTION = "console/utils"
 DESCRIPTION = "grep GNU utility"
-PR = "r0"
+PR = "r1"
+
+DEPENDS += "xz-native"
 
 SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz \
            file://uclibc-fix.patch"





More information about the Openembedded-commits mailing list