[OE-core] [PATCH] gdb: PACKAGECONFIG for tui

Khem Raj raj.khem at gmail.com
Thu Sep 6 17:29:00 UTC 2018


On Thu, Sep 6, 2018 at 6:56 AM Trevor Woerner <trevor at toganlabs.com> wrote:
>
> Allow the tui (Terminal User Interface) option to be set via a PACKAGECONFIG.
>

seems harmless

> Signed-off-by: Trevor Woerner <trevor at toganlabs.com>
> ---
>  meta/recipes-devtools/gdb/gdb-common.inc | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
> index 039577b8e2..52476b6146 100644
> --- a/meta/recipes-devtools/gdb/gdb-common.inc
> +++ b/meta/recipes-devtools/gdb/gdb-common.inc
> @@ -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=''"
>
> --
> 2.17.0.582.gccdcbd54c
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list