summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison/bison_2.5.bb
diff options
context:
space:
mode:
authorNoor, Ahsan <noor_ahsan@mentor.com>2011-08-01 15:16:18 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-04 15:04:31 +0100
commit0b4b8d89a3df057ce9dd872994714cb6d5541256 (patch)
tree633540ff773ce36da7cd6d98b75ae64a6184d9e5 /meta/recipes-devtools/bison/bison_2.5.bb
parent79e36a3ccf5138114ef304ca35bdf762091fd4b4 (diff)
downloadpoky-0b4b8d89a3df057ce9dd872994714cb6d5541256.tar.gz
bison: Add dependency on flex-native
* 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. (From OE-Core rev: 344d5789e688bcbc566ae336f1f821110a2e4feb) Signed-off-by: Noor, Ahsan <noor_ahsan@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/bison/bison_2.5.bb')
-rw-r--r--meta/recipes-devtools/bison/bison_2.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/bison/bison_2.5.bb b/meta/recipes-devtools/bison/bison_2.5.bb
index 63f4e7631f..eb5d87c6f7 100644
--- a/meta/recipes-devtools/bison/bison_2.5.bb
+++ b/meta/recipes-devtools/bison/bison_2.5.bb
@@ -7,9 +7,9 @@ HOMEPAGE = "http://www.gnu.org/software/bison/"
7LICENSE = "GPLv3" 7LICENSE = "GPLv3"
8LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 8LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
9SECTION = "devel" 9SECTION = "devel"
10DEPENDS = "bison-native" 10DEPENDS = "bison-native flex-native"
11 11
12PR = "r0" 12PR = "r1"
13 13
14BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ 14BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
15 file://m4.patch \ 15 file://m4.patch \