Browse Source

package/gdb: drop not needed dependencies

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter 8 năm trước cách đây
mục cha
commit
3b8ce24a86
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/gdb/Makefile

+ 1 - 1
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