mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
gdb: PACKAGECONFIG for tui
Allow the tui (Terminal User Interface) option to be set via a PACKAGECONFIG. (From OE-Core rev: b4dd830e3407e1ebfbb13387fa359e356fd12ab9) Signed-off-by: Trevor Woerner <trevor@toganlabs.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f148288ca3
commit
31a55b5734
@@ -20,7 +20,7 @@ EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils'"
|
||||
|
||||
EXPAT = "--with-expat --with-libexpat-prefix=${STAGING_DIR_HOST}"
|
||||
|
||||
EXTRA_OECONF = "--disable-gdbtk --disable-tui --disable-x --disable-werror \
|
||||
EXTRA_OECONF = "--disable-gdbtk --disable-x --disable-werror \
|
||||
--with-curses --disable-multilib --disable-sim \
|
||||
--without-lzma --without-guile \
|
||||
${GDBPROPREFIX} ${EXPAT} \
|
||||
@@ -36,6 +36,8 @@ PACKAGECONFIG ??= "readline"
|
||||
PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline"
|
||||
PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python3,python3 python3-codecs"
|
||||
PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace"
|
||||
# ncurses is already a hard DEPENDS, but would be added here if it weren't
|
||||
PACKAGECONFIG[tui] = "--enable-tui,--disable-tui"
|
||||
|
||||
GDBPROPREFIX = "--program-prefix=''"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user