From ed521f12c56375de8474b0127cc8a7c25ea93e1e Mon Sep 17 00:00:00 2001 From: Yuanjie Huang Date: Wed, 23 Nov 2016 10:00:49 +0800 Subject: 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 Signed-off-by: Ross Burton --- meta/recipes-devtools/gdb/gdb-cross.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg