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:
a670267
)
grep_2.6.3: Configure asks for gettext inherit it
author
Stefan Schmidt
<stefan@datenfreihafen.org>
Sun, 18 Jul 2010 09:06:21 +0000
(11:06 +0200)
committer
Stefan Schmidt
<stefan@datenfreihafen.org>
Sun, 18 Jul 2010 09:12:00 +0000
(11:12 +0200)
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
fd7e1c6
..
981c062
100644
(file)
--- a/
recipes/grep/grep_2.6.3.bb
+++ b/
recipes/grep/grep_2.6.3.bb
@@
-1,14
+1,14
@@
LICENSE = "GPL"
SECTION = "console/utils"
DESCRIPTION = "grep GNU utility"
-PR = "r
1
"
+PR = "r
2
"
do_unpack[depends] += "xz-native:do_populate_sysroot"
SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz \
file://uclibc-fix.patch"
-inherit autotools
+inherit autotools
gettext
EXTRA_OECONF = "--disable-perl-regexp --disable-ncurses"
EXTRA_OECONF_virtclass-native = "--with-included-regex --disable-ncurses"