[oe-commits] Stefan Schmidt : grep_2.6.3: Configure asks for gettext inherit it

git version control git at git.openembedded.org
Sun Jul 18 09:13:43 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: db4bd6ad2779f5344adaf6fe3ee391d0700c49c1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=db4bd6ad2779f5344adaf6fe3ee391d0700c49c1

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Sun Jul 18 11:06:21 2010 +0200

grep_2.6.3: Configure asks for gettext inherit it

---

 recipes/grep/grep_2.6.3.bb |    4 ++--
 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 fd7e1c6..981c062 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"





More information about the Openembedded-commits mailing list