mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
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:
committed by
Richard Purdie
parent
ed367049e7
commit
5973ff2a0a
@@ -1,6 +1,6 @@
|
||||
require gdb-common.inc
|
||||
|
||||
DEPENDS = "expat-native ncurses-native"
|
||||
DEPENDS = "expat-native ncurses-native flex-native bison-native"
|
||||
|
||||
inherit python3native
|
||||
|
||||
|
||||
Reference in New Issue
Block a user