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.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 46a793595d..bfb8013d67 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -19,7 +19,7 @@ EXPAT = "--with-expat --with-libexpat-prefix=${STAGING_DIR_HOST}"
19 19
20EXTRA_OECONF = "--disable-gdbtk --disable-x --disable-werror \ 20EXTRA_OECONF = "--disable-gdbtk --disable-x --disable-werror \
21 --with-curses --disable-multilib --disable-sim \ 21 --with-curses --disable-multilib --disable-sim \
22 --without-lzma --without-guile \ 22 --without-guile \
23 ${GDBPROPREFIX} ${EXPAT} \ 23 ${GDBPROPREFIX} ${EXPAT} \
24 ${@bb.utils.contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \ 24 ${@bb.utils.contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)} \
25 --disable-rpath \ 25 --disable-rpath \
@@ -35,6 +35,7 @@ PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python
35PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace" 35PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace"
36# ncurses is already a hard DEPENDS, but would be added here if it weren't 36# ncurses is already a hard DEPENDS, but would be added here if it weren't
37PACKAGECONFIG[tui] = "--enable-tui,--disable-tui" 37PACKAGECONFIG[tui] = "--enable-tui,--disable-tui"
38PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz"
38 39
39GDBPROPREFIX = "--program-prefix=''" 40GDBPROPREFIX = "--program-prefix=''"
40 41