mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:59:40 +02:00
append the correct extraversion to the toolchain's info.mk for uclibc-nptl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15008 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6e9b7a6136
commit
75a3c66b07
@ -17,7 +17,7 @@ ifeq ($(CONFIG_UCLIBC_VERSION_NPTL),y)
|
||||
PKG_SOURCE_VERSION:=25804
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)+nptl
|
||||
PKG_SOURCE:=$(PKG_NAME)-nptl-r$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_EXTRAVERSION:=
|
||||
PKG_EXTRAVERSION:=-svn
|
||||
else
|
||||
ifeq ($(PKG_VERSION_SNAPSHOT),y)
|
||||
PKG_SOURCE_URL:=http://www.uclibc.org/downloads/snapshots
|
||||
|
Loading…
Reference in New Issue
Block a user