Explorar o código

package/gdb: drop not needed dependencies

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter %!s(int64=9) %!d(string=hai) anos
pai
achega
3b8ce24a86
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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