[oe-commits] Stefan Schmidt : bison.inc: 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: a67026749f9d2eb41675268062f2904d14a80cb8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a67026749f9d2eb41675268062f2904d14a80cb8

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

bison.inc: Configure asks for gettext inherit it

---

 recipes/bison/bison.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/bison/bison.inc b/recipes/bison/bison.inc
index cfcac6a..ba33102 100644
--- a/recipes/bison/bison.inc
+++ b/recipes/bison/bison.inc
@@ -8,9 +8,9 @@ DEPENDS = "virtual/libintl"
 SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
 	   file://m4.patch"
 
-INC_PR = "r5"
+INC_PR = "r6"
 
-inherit autotools
+inherit autotools gettext
 
 NATIVE_INSTALL_WORKS = "1"
 BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list