From 1ec686ef477985469b563738994fd97d83035a49 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 18 Feb 2017 15:14:24 +0100 Subject: libidl-native: add flex-native to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * could not reproduce the error mentioned - flex is installed on my build machine * For tests Trevor Woerner's 'Revert "flex: upgrade to 2.6.2"' was in my oe-core Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb') diff --git a/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb b/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb index dc126cd940..2252c44ee9 100644 --- a/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb +++ b/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb @@ -4,9 +4,7 @@ inherit native PR = "r1" -DEPENDS = "bison-native glib-2.0-native" +DEPENDS = "bison-native glib-2.0-native flex-native" SRC_URI[md5sum] = "bb8e10a218fac793a52d404d14adedcb" SRC_URI[sha256sum] = "c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220" - -PNBLACKLIST[libidl-native] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130582/" -- cgit 1.2.3-korg