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: uninative-1.5~1309 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ed521f12c56375de8474b0127cc8a7c25ea93e1e;p=openembedded-core.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 5fa7c3367d..a34223e530 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