diff options
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" |