]> code.ossystems Code Review - openembedded-core.git/commitdiff
bison: Add dependency on flex-native
authorNoor, Ahsan <noor_ahsan@mentor.com>
Mon, 1 Aug 2011 10:16:18 +0000 (15:16 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Aug 2011 14:01:16 +0000 (15:01 +0100)
* This is 0479b70418ef553859029911c57c63a7aaebe299 from OE. flex-native is needed to build bison. The dependency was being satisfied indirectly but we need to add it explicitly.

Signed-off-by: Noor, Ahsan <noor_ahsan@mentor.com>
meta/recipes-devtools/bison/bison_2.3.bb
meta/recipes-devtools/bison/bison_2.5.bb

index 22f884b0022d3500168bad20bd50a565a72231f9..388476b4621bf302e594f74fb374e7299c4dc094 100644 (file)
@@ -7,9 +7,9 @@ HOMEPAGE = "http://www.gnu.org/software/bison/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
 SECTION = "devel"
-DEPENDS = "bison-native"
+DEPENDS = "bison-native flex-native"
 
-PR = "r0"
+PR = "r1"
 
 BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
          file://bison-2.3_m4.patch"
index 63f4e7631f90918724257ad4589bf58c63aee00a..eb5d87c6f7997f3e6d03c8cacecf48b91535ad3d 100644 (file)
@@ -7,9 +7,9 @@ HOMEPAGE = "http://www.gnu.org/software/bison/"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 SECTION = "devel"
-DEPENDS = "bison-native"
+DEPENDS = "bison-native flex-native"
 
-PR = "r0"
+PR = "r1"
 
 BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
           file://m4.patch \