[Buildroot] [PATCH] host-gdb: enable terminal user interface support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Aug 29 19:59:39 UTC 2014


Dear Yegor Yefremov,

On Fri, 29 Aug 2014 21:42:31 +0200, Yegor Yefremov wrote:

> +config BR2_PACKAGE_HOST_GDB_TUI
> +	bool "GDB TUI support"
> +	select BR2_PACKAGE_NCURSES

No, this select doesn't make sense. BR2_PACKAGE_NCURSES is the *target*
ncurses. There's no point in selecting it here since what you're
interested in is host-ncurses. Since there's no Config.in option for
host ncurses, simply don't select anything here.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list