libubox: update to latest version, fixes timer/process deletion on uloop_done()
SVN-Revision: 32654
This commit is contained in:
parent
93bf00ff36
commit
178df184a1
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libubox
|
||||
PKG_VERSION:=2012-07-07
|
||||
PKG_VERSION:=2012-07-08
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=0001d8ab26694f5f546da7e8f9d0575b49671500
|
||||
PKG_SOURCE_VERSION:=cca2ed6c8cdb3555fea43ff63ba1c9905dd7a164
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_MD5SUM:=b0cc247beab2f5b257c846d651afa37f
|
||||
PKG_MIRROR_MD5SUM:=dfd44c10b4aeccbdab9ae22774fb02e3
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
|
Loading…
Reference in a new issue