libubox: update to fix a compile error
SVN-Revision: 27968
This commit is contained in:
parent
77218b0338
commit
57a37967f7
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libubox
|
PKG_NAME:=libubox
|
||||||
PKG_VERSION:=2011-08-11
|
PKG_VERSION:=2011-08-12
|
||||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git
|
PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE_VERSION:=d6ebb84ad66b16ae896a797bd865a23c80eff4e4
|
PKG_SOURCE_VERSION:=f1a44355bd432964d13ab3a2bb2c5f5b0ef9dfcb
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
PKG_MIRROR_MD5SUM:=86a81efd10cd0e05d45cd406bee196eb
|
PKG_MIRROR_MD5SUM:=8b0ca8f9f177022d215b92ec4d52d989
|
||||||
CMAKE_INSTALL:=1
|
CMAKE_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
Loading…
Reference in a new issue