summaryrefslogtreecommitdiffstats
path: root/recipes/grep
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-06-05 13:01:31 -0700
committerKhem Raj <raj.khem@gmail.com>2010-06-05 13:01:31 -0700
commite7b683e8779783781a44e9a9a3a25516d9a93f7d (patch)
treec5601513efff6d72da07269e50fac78dfd42afa0 /recipes/grep
parent30d12388795bff1d20c47e1229a7efeb4ea25c2f (diff)
downloadopenembedded-e7b683e8779783781a44e9a9a3a25516d9a93f7d.tar.gz
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@gmail.com>
Diffstat (limited to 'recipes/grep')
-rw-r--r--recipes/grep/grep_2.6.3.bb4
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 c887ca007d..314fac430e 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"