summaryrefslogtreecommitdiff
path: root/package/gdb
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2015-07-25 14:01:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-07-25 16:22:01 +0200
commit3b8ce24a86231eba08198d4f23f4ac761e6ac1bf (patch)
tree6a1157401c5fdfa5dc1b31aa65e5e5062bf1ba27 /package/gdb
parent8fc0a421043f23035084969d2f01f94c34a6ed1f (diff)
package/gdb: drop not needed dependencies
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/gdb')
-rw-r--r--package/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index b244dd458..aba8f4dd7 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -7,7 +7,7 @@ include ${ADK_TOPDIR}/toolchain/gdb/Makefile.inc
PKG_NAME:= gdb
PKG_DESCR:= programm debugger
PKG_SECTION:= app/debug
-PKG_DEPENDS:= libthread-db libncurses libexpat zlib
+PKG_DEPENDS:= libncurses zlib
PKG_BUILDDEP:= ncurses readline expat zlib
PKG_NOPARALLEL:= 1