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.

(From OE-Core rev: ed521f12c56375de8474b0127cc8a7c25ea93e1e)

Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yuanjie Huang
2016-11-23 10:00:49 +08:00
committed by Richard Purdie
parent ed367049e7
commit 5973ff2a0a

View 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