aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2017-02-18 15:14:24 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-22 13:16:48 +0100
commit1ec686ef477985469b563738994fd97d83035a49 (patch)
treecc1f2b749e51ef5c9c215520ff60f15fea55b694 /meta-gnome
parentd3b84691631325cc4cbaffb78b068dd668b03635 (diff)
downloadmeta-openembedded-contrib-1ec686ef477985469b563738994fd97d83035a49.tar.gz
libidl-native: add flex-native to DEPENDS
* 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 <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb4
1 files changed, 1 insertions, 3 deletions
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/"