summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-common.inc')
-rw-r--r--meta/recipes-devtools/gdb/gdb-common.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 06272a99a3..0d28ee4eef 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -45,6 +45,8 @@ EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \
45PACKAGECONFIG ??= "readline" 45PACKAGECONFIG ??= "readline"
46# Use --without-system-readline to compile with readline 5. 46# Use --without-system-readline to compile with readline 5.
47PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline" 47PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline"
48PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python,python python-codecs"
49PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace"
48 50
49GDBPROPREFIX = "--program-prefix=''" 51GDBPROPREFIX = "--program-prefix=''"
50 52