aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorYuanjie Huang <yuanjie.huang@windriver.com>2016-11-23 10:00:49 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-30 15:48:06 +0000
commit5973ff2a0afe00ba2ee30468a3f8fab49086d3e7 (patch)
tree925b932c22cee71c9c7f23e4165969e72ded65a2 /meta/recipes-devtools
parented367049e7488825a7565eb3c81151da71693f28 (diff)
downloadopenembedded-core-contrib-5973ff2a0afe00ba2ee30468a3f8fab49086d3e7.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/gdb/gdb-cross.inc2
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