From: Yuanjie Huang Date: Wed, 23 Nov 2016 02:00:49 +0000 (+0800) Subject: gdb-cross: depends on flex-native and bison-native X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23506 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed521f12c56375de8474b0127cc8a7c25ea93e1e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gdb-cross: depends on flex-native and bison-native Some source code of gdb is generated with flex or bison. Make both dependencies, to avoid compilation failure on host without them. Signed-off-by: Yuanjie Huang Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc index 5fa7c3367d0..a34223e5305 100644 --- a/meta/recipes-devtools/gdb/gdb-cross.inc +++ b/meta/recipes-devtools/gdb/gdb-cross.inc @@ -1,6 +1,6 @@ require gdb-common.inc -DEPENDS = "expat-native ncurses-native" +DEPENDS = "expat-native ncurses-native flex-native bison-native" inherit python3native