Explorar el Código

package/gdb: drop not needed dependencies

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter hace 8 años
padre
commit
3b8ce24a86
Se han modificado 1 ficheros con 1 adiciones y 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