git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a7b80b
)
grep: Fixed xz unpack dependency.
author
Stanislav Brabec
<utx@penguin.cz>
Mon, 5 Jul 2010 01:17:39 +0000
(
01:17
+0000)
committer
utx@penguin.cz
<utx@penguin.cz>
Mon, 5 Jul 2010 01:17:39 +0000
(
01:17
+0000)
recipes/grep/grep_2.6.3.bb
patch
|
blob
|
history
diff --git
a/recipes/grep/grep_2.6.3.bb
b/recipes/grep/grep_2.6.3.bb
index
314fac4
..
fd7e1c6
100644
(file)
--- 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"