aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bison
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-07-18 11:05:17 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2010-07-18 11:12:00 +0200
commita67026749f9d2eb41675268062f2904d14a80cb8 (patch)
treeb8b76586198db6c2b68255302e404b1d4ccdc711 /recipes/bison
parent06b5d4e3322c71df19712be8f1fffde29a509015 (diff)
downloadopenembedded-a67026749f9d2eb41675268062f2904d14a80cb8.tar.gz
bison.inc: Configure asks for gettext inherit it
Diffstat (limited to 'recipes/bison')
-rw-r--r--recipes/bison/bison.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/bison/bison.inc b/recipes/bison/bison.inc
index cfcac6a749..ba33102a54 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"