diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-31 13:15:36 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-31 13:15:36 -0500 |
commit | a198c67dc27ccb218ccc5a0577309933b9a89d67 (patch) | |
tree | ffd3059f232ccc6de20a34120c52a0d35789819c /toolchain/gdb | |
parent | c312424399ac6003c8aa2da5e65b334fbe3e1ac2 (diff) |
another distfiles url fix
Diffstat (limited to 'toolchain/gdb')
-rw-r--r-- | toolchain/gdb/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc index 6a1cd17a6..9ba9ea85e 100644 --- a/toolchain/gdb/Makefile.inc +++ b/toolchain/gdb/Makefile.inc @@ -20,7 +20,7 @@ ifeq ($(ADK_TOOLCHAIN_GDB_6_7_1),y) PKG_VERSION:= 6.7.1 PKG_RELEASE:= 1 PKG_HASH:= a34c65163a2428e24891466b1f095249bc6301b64cfe9480f3aba341b58c3434 -PKG_SITES:= http://www.openadk.org/distfiles/ +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 |