bison: DEPEND on virtual/libintl not on gettext
authorKhem Raj <raj.khem@gmail.com>
Sat, 5 Jun 2010 01:04:36 +0000 (18:04 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sat, 5 Jun 2010 13:52:43 +0000 (06:52 -0700)
* Rename INCPR to INC_PR

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/bison/bison.inc
recipes/bison/bison_2.0.bb
recipes/bison/bison_2.3.bb

index f05874f..cfcac6a 100644 (file)
@@ -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
 
index fa2fe62..d027f37 100644 (file)
@@ -1,6 +1,6 @@
 require bison.inc
 
-PR = "${INCPR}.0"
+PR = "${INC_PR}.0"
 
 SRC_URI[md5sum] = "c17f964fd5504b88b07a183420de25e3"
 SRC_URI[sha256sum] = "31b816846903d319a6f6cd1c9aada5ff83914206cb7df69c235ae909785109a1"
index 68aab58..2664865 100644 (file)
@@ -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,