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:48:06 +0000 |
commit | 5973ff2a0afe00ba2ee30468a3f8fab49086d3e7 (patch) | |
tree | 925b932c22cee71c9c7f23e4165969e72ded65a2 | |
parent | ed367049e7488825a7565eb3c81151da71693f28 (diff) | |
download | poky-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>
-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 @@ | |||
1 | require gdb-common.inc | 1 | require gdb-common.inc |
2 | 2 | ||
3 | DEPENDS = "expat-native ncurses-native" | 3 | DEPENDS = "expat-native ncurses-native flex-native bison-native" |
4 | 4 | ||
5 | inherit python3native | 5 | inherit python3native |
6 | 6 | ||