diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-22 22:15:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-22 22:15:59 +0200 |
commit | 1d18ffa427852084c6bf378eaa76c2e9116cdea7 (patch) | |
tree | b9aa383048f908be017cdc260cb60fa3df5699e0 /toolchain/gdb | |
parent | f3d0f13c125a7e24dda986656d42b4a28e2f8e70 (diff) | |
parent | 4f14ea9a70f86fd29c59b617fa1449dd5b2f14ab (diff) |
some adk devel corrections
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
mk/package.mk
Diffstat (limited to 'toolchain/gdb')
-rw-r--r-- | toolchain/gdb/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc index 112b62f6f..eb92d7a18 100644 --- a/toolchain/gdb/Makefile.inc +++ b/toolchain/gdb/Makefile.inc @@ -2,8 +2,8 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= gdb -PKG_VERSION:= 6.8 -PKG_MD5SUM:= c9da266b884fb8fa54df786dfaadbc7a +PKG_VERSION:= 7.0 +PKG_MD5SUM:= 3386a7b69c010785c920ffc1e9cb890a PKG_RELEASE:= 1 -MASTER_SITES:= ${MASTER_SITE_GNU:=gdb/} +PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 |