diff options
-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 | ||