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:
30d1238
)
grep_2.6.3.bb: DEPEND on xz-native.
author
Khem Raj
<raj.khem@gmail.com>
Sat, 5 Jun 2010 20:01:31 +0000
(13:01 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Sat, 5 Jun 2010 20:01:31 +0000
(13:01 -0700)
* 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>
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
c887ca0
..
314fac4
100644
(file)
--- 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"