From: Khem Raj Date: Sat, 5 Jun 2010 01:04:36 +0000 (-0700) Subject: bison: DEPEND on virtual/libintl not on gettext X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df5f1e816f029518d9707e91787c561ce505675e;p=openembedded.git bison: DEPEND on virtual/libintl not on gettext * Rename INCPR to INC_PR Signed-off-by: Khem Raj --- 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,