uClibc: fix version check for 0.9.32
SVN-Revision: 25189
This commit is contained in:
parent
57e5df3758
commit
2e6f6843a6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/target.mk
|
|||
|
||||
PKG_NAME:=uClibc
|
||||
PKG_VERSION:=$(call qstrip,$(CONFIG_UCLIBC_VERSION))
|
||||
ifeq ($(CONFIG_UCLIBC_VERSION_0_9_32),y)
|
||||
ifeq ($(PKG_VERSION),0.9.32)
|
||||
PKG_SOURCE_URL:=git://git.busybox.net/uClibc
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=a7c33ecabcead542e54c0c3514a92f4155add5b6
|
||||
|
|
Loading…
Reference in a new issue