From d0ac419702c94bf2d2eda50b008613bac8149745 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 12 Sep 2016 22:40:46 +0200 Subject: gdb: decouple toolchain and package, add special package for microblaze, looks cleaner to me --- package/gdb/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'package/gdb/Makefile') diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 76f5fba22..df1504e89 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -2,16 +2,19 @@ # material, please see the LICENCE file in the top-level directory. include ${ADK_TOPDIR}/rules.mk -include ${ADK_TOPDIR}/toolchain/gdb/Makefile.inc PKG_NAME:= gdb +PKG_VERSION:= 7.11.1 +PKG_RELEASE:= 1 +PKG_HASH:= e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70 PKG_DESCR:= programm debugger PKG_SECTION:= app/debug +PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} PKG_DEPENDS:= libncurses zlib libexpat libthread-db PKG_BUILDDEP:= ncurses readline expat zlib PKG_NOPARALLEL:= 1 -PKG_ARCH_DEPENDS:= !m68k !avr32 !nios2 +PKG_ARCH_DEPENDS:= !m68k !avr32 !nios2 !microblaze include ${ADK_TOPDIR}/mk/package.mk -- cgit v1.2.3