aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bison
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/bison')
-rw-r--r--recipes/bison/bison.inc4
-rw-r--r--recipes/bison/bison_2.0.bb2
-rw-r--r--recipes/bison/bison_2.3.bb2
3 files changed, 4 insertions, 4 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
diff --git a/recipes/bison/bison_2.0.bb b/recipes/bison/bison_2.0.bb
index fa2fe62978..d027f37c31 100644
--- a/recipes/bison/bison_2.0.bb
+++ b/recipes/bison/bison_2.0.bb
@@ -1,6 +1,6 @@
require bison.inc
-PR = "${INCPR}.0"
+PR = "${INC_PR}.0"
SRC_URI[md5sum] = "c17f964fd5504b88b07a183420de25e3"
SRC_URI[sha256sum] = "31b816846903d319a6f6cd1c9aada5ff83914206cb7df69c235ae909785109a1"
diff --git a/recipes/bison/bison_2.3.bb b/recipes/bison/bison_2.3.bb
index 68aab5805a..26648656d3 100644
--- a/recipes/bison/bison_2.3.bb
+++ b/recipes/bison/bison_2.3.bb
@@ -1,6 +1,6 @@
require bison.inc
-PR = "${INCPR}.0"
+PR = "${INC_PR}.0"
# >> bison-2.3-r0: /usr/lib/liby.a
# That one is a special case: it wants to stay in the main bison package,