summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-07-18 11:06:21 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2010-07-18 11:12:00 +0200
commitdb4bd6ad2779f5344adaf6fe3ee391d0700c49c1 (patch)
tree803d53bf823f7ee3bd6a2c109cb32c5eac8c76e2 /recipes
parenta67026749f9d2eb41675268062f2904d14a80cb8 (diff)
downloadopenembedded-db4bd6ad2779f5344adaf6fe3ee391d0700c49c1.tar.gz
grep_2.6.3: Configure asks for gettext inherit it
Diffstat (limited to 'recipes')
-rw-r--r--recipes/grep/grep_2.6.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/grep/grep_2.6.3.bb b/recipes/grep/grep_2.6.3.bb
index fd7e1c6fac..981c062278 100644
--- 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 = "r1"
+PR = "r2"
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"