aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bison
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-06-04 18:04:36 -0700
committerKhem Raj <raj.khem@gmail.com>2010-06-05 06:52:43 -0700
commitdf5f1e816f029518d9707e91787c561ce505675e (patch)
tree914cb6d5b95524c1b1c7cec96ee63c4e02fe7f8d /recipes/bison
parent7e47751d5d5d354a945fcaa120b8fff0dd07ce6f (diff)
downloadopenembedded-df5f1e816f029518d9707e91787c561ce505675e.tar.gz
bison: DEPEND on virtual/libintl not on gettext
* Rename INCPR to INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com>
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,