uci: update to fix more unused-but-set issues (#9731)
SVN-Revision: 27681
This commit is contained in:
parent
226ad1d259
commit
75d2ba7a5c
1 changed files with 3 additions and 3 deletions
|
@ -8,19 +8,19 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
UCI_VERSION=2011-07-18
|
||||
UCI_RELEASE=1
|
||||
UCI_RELEASE=2
|
||||
|
||||
PKG_NAME:=uci
|
||||
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
|
||||
PKG_RELEASE:=2
|
||||
PKG_REV:=0a84aa8d50bc20d6fbbcdaf450cfef8ae65218ab
|
||||
PKG_REV:=bb0e4cf86270740be7692a926ab92d2b635a26f8
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=git://nbd.name/uci.git
|
||||
PKG_SOURCE_SUBDIR:=uci-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=$(PKG_REV)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_MIRROR_MD5SUM:=77a21e8810aa76245e5f858a399627ea
|
||||
PKG_MIRROR_MD5SUM:=9e7ba89fd3279e1f98e557a2701da9cf
|
||||
|
||||
PKG_BUILD_PARALLEL:=0
|
||||
|
||||
|
|
Loading…
Reference in a new issue