summaryrefslogtreecommitdiff
path: root/package/gdb/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-12 22:40:46 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-12 22:40:59 +0200
commitd0ac419702c94bf2d2eda50b008613bac8149745 (patch)
treec5c4631cd19aca23abf9b76abf1ecf4d50ee6f93 /package/gdb/Makefile
parent9dcf0c59a384703891da3a65ce3df4742b5e7b4f (diff)
gdb: decouple toolchain and package, add special package for microblaze, looks cleaner to me
Diffstat (limited to 'package/gdb/Makefile')
-rw-r--r--package/gdb/Makefile7
1 files changed, 5 insertions, 2 deletions
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