]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdb-cross: depends on flex-native and bison-native
authorYuanjie Huang <yuanjie.huang@windriver.com>
Wed, 23 Nov 2016 02:00:49 +0000 (10:00 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2016 15:47:12 +0000 (15:47 +0000)
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 <yuanjie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gdb/gdb-cross.inc

index 5fa7c3367d0201273e0ce7cb282cf927bee08c02..a34223e53052878f9aa6bed1dced04595820845f 100644 (file)
@@ -1,6 +1,6 @@
 require gdb-common.inc
 
-DEPENDS = "expat-native ncurses-native"
+DEPENDS = "expat-native ncurses-native flex-native bison-native"
 
 inherit python3native