diff options
Diffstat (limited to 'recipes/bison/bison.inc')
-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 f05874ffe9..cfcac6a749 100644 --- a/recipes/bison/bison.inc +++ b/recipes/bison/bison.inc @@ -3,12 +3,12 @@ HOMEPAGE = "http://www.gnu.org/software/bison/" LICENSE = "GPL" SECTION = "devel" PRIORITY = "optional" -DEPENDS = "gettext" +DEPENDS = "virtual/libintl" SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ file://m4.patch" -INCPR = "r4" +INC_PR = "r5" inherit autotools |