summaryrefslogtreecommitdiffstats
path: root/recipes/grep
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2010-07-05 01:17:39 +0000
committerutx@penguin.cz <utx@penguin.cz>2010-07-05 01:17:39 +0000
commit85b584079faadac00b328fc512fa6cf01102a8a0 (patch)
tree6ff8501bde141cf1820c6ed3af56cc3f2a5677a7 /recipes/grep
parent5a7b80b99e404187eb4b8f1558904b225524b5a5 (diff)
downloadopenembedded-85b584079faadac00b328fc512fa6cf01102a8a0.tar.gz
grep: Fixed xz unpack dependency.
Diffstat (limited to 'recipes/grep')
-rw-r--r--recipes/grep/grep_2.6.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/grep/grep_2.6.3.bb b/recipes/grep/grep_2.6.3.bb
index 314fac430e..fd7e1c6fac 100644
--- a/recipes/grep/grep_2.6.3.bb
+++ b/recipes/grep/grep_2.6.3.bb
@@ -3,7 +3,7 @@ SECTION = "console/utils"
DESCRIPTION = "grep GNU utility"
PR = "r1"
-DEPENDS += "xz-native"
+do_unpack[depends] += "xz-native:do_populate_sysroot"
SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz \
file://uclibc-fix.patch"