summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gdb')
-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 a92d03222b..6fc98ff110 100644
--- a/meta/recipes-devtools/gdb/gdb-cross.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross.inc
@@ -1,6 +1,6 @@
1require gdb-common.inc 1require gdb-common.inc
2 2
3DEPENDS = "expat-native ncurses-native" 3DEPENDS = "expat-native ncurses-native readline-native"
4 4
5EXTRA_OECONF += "--without-python" 5EXTRA_OECONF += "--without-python"
6 6