diff options
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 3 |
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 | ||
20 | EXTRA_OECONF = "--disable-gdbtk --disable-x --disable-werror \ | 20 | EXTRA_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 | |||
35 | PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace" | 35 | PACKAGECONFIG[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 |
37 | PACKAGECONFIG[tui] = "--enable-tui,--disable-tui" | 37 | PACKAGECONFIG[tui] = "--enable-tui,--disable-tui" |
38 | PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz" | ||
38 | 39 | ||
39 | GDBPROPREFIX = "--program-prefix=''" | 40 | GDBPROPREFIX = "--program-prefix=''" |
40 | 41 | ||