summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/uClibc/Makefile')
-rw-r--r--toolchain/uClibc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index fe3fbb961..42ff5abf4 100644
--- a/toolchain/uClibc/Makefile
+++ b/toolchain/uClibc/Makefile
@@ -10,11 +10,11 @@ include $(INCLUDE_DIR)/target.mk
PKG_NAME:=uClibc
PKG_VERSION:=$(call qstrip,$(CONFIG_UCLIBC_VERSION))
ifeq ($(CONFIG_UCLIBC_VERSION_NPTL),y)
- PKG_SOURCE_URL:=http://www.uclibc.org/svn/branches/uClibc-nptl
- PKG_SOURCE_PROTO:=svn
- PKG_SOURCE_VERSION:=25804
+ PKG_SOURCE_URL:=git://git.busybox.net/uClibc
+ PKG_SOURCE_PROTO:=git
+ PKG_SOURCE_VERSION:=0949826e9501e9f08767aeb476ea1464bf95f218
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
- PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-r$(PKG_SOURCE_VERSION).tar.gz
+ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
LIBC_SO_VERSION:=0.9.30-svn
else
PKG_SOURCE_URL:=http://www.uclibc.org/downloads