diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-17 13:52:20 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-22 15:02:35 -0500 |
commit | cff08d4c807744c2ff43393638ff477b73947840 (patch) | |
tree | 4e45f64c8f1379825fd78cf476ba3d32de6a326d /toolchain/gdb | |
parent | ffd45544bf96e31a9b591c181914ae2e27b890cf (diff) |
fix git version for gdb
Diffstat (limited to 'toolchain/gdb')
-rw-r--r-- | toolchain/gdb/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc index 800c944dc..3cb465179 100644 --- a/toolchain/gdb/Makefile.inc +++ b/toolchain/gdb/Makefile.inc @@ -24,3 +24,9 @@ PKG_SITES:= http://distfiles.openadk.org/ DISTFILES:= gdb-6.7.1-avr32-2.1.5.tar.bz2 WRKDIST= $(WRKDIR)/gdb-6.7.1-avr32-2.1.5 endif +ifeq ($(ADK_TOOLCHAIN_GDB_GIT),y) +PKG_VERSION:= git +PKG_RELEASE:= 1 +PKG_SITES:= git://sourceware.org/git/binutils-gdb.git +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz +endif |