projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c8fa4d
)
gdb: fixup host gdb tui option
author
Peter Korsgaard
<peter@korsgaard.com>
Sat, 30 Aug 2014 07:21:48 +0000
(09:21 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sat, 30 Aug 2014 07:21:48 +0000
(09:21 +0200)
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@korsgaard.com>
package/gdb/Config.in.host
patch
|
blob
|
history
diff --git
a/package/gdb/Config.in.host
b/package/gdb/Config.in.host
index 8846eafa154bced87c835630b0f3592ca3bfc181..e48dc10e2c580871e2ddf61348252059fb2b3342 100644
(file)
--- 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