diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-07-18 11:05:17 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-07-18 11:12:00 +0200 |
commit | a67026749f9d2eb41675268062f2904d14a80cb8 (patch) | |
tree | b8b76586198db6c2b68255302e404b1d4ccdc711 /recipes/bison | |
parent | 06b5d4e3322c71df19712be8f1fffde29a509015 (diff) |
bison.inc: Configure asks for gettext inherit it
Diffstat (limited to 'recipes/bison')
-rw-r--r-- | 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 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" |