diff options
author | Yuanjie Huang <yuanjie.huang@windriver.com> | 2016-11-23 10:00:49 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:47:12 +0000 |
commit | ed521f12c56375de8474b0127cc8a7c25ea93e1e (patch) | |
tree | 63f6e649aeb4c45e7e0ab3bfd8389d077cf87d25 /meta/recipes-devtools/gdb | |
parent | 1d18c2b7bfaed77b30e02d14ae581d920e4eb446 (diff) | |
download | openembedded-core-ed521f12c56375de8474b0127cc8a7c25ea93e1e.tar.gz openembedded-core-ed521f12c56375de8474b0127cc8a7c25ea93e1e.tar.bz2 openembedded-core-ed521f12c56375de8474b0127cc8a7c25ea93e1e.zip |
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 <yuanjie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |