From 0b4b8d89a3df057ce9dd872994714cb6d5541256 Mon Sep 17 00:00:00 2001 From: "Noor, Ahsan" Date: Mon, 1 Aug 2011 15:16:18 +0500 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/bison/bison_2.5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/bison/bison_2.5.bb') 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/" 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 \ -- cgit v1.2.3-54-g00ecf