[Buildroot] [git commit branch/next] gdb: fixup host gdb tui option

Peter Korsgaard peter at korsgaard.com
Sat Aug 30 07:21:48 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=62387a8b11224a9c5320d42e2f0c4e2089d3452b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Seems like I accidently picked v1 instead of v2 from patchwork.

BR2_PACKAGE_NCURSES is for ncurses on the target, not host.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/gdb/Config.in.host |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index 8846eaf..e48dc10 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -15,7 +15,6 @@ if BR2_PACKAGE_HOST_GDB
 
 config BR2_PACKAGE_HOST_GDB_TUI
 	bool "GDB TUI support"
-	select BR2_PACKAGE_NCURSES
 	help
 	  This option enables terminal user interface (TUI) for gdb
 


More information about the buildroot mailing list