ubus: update to latest version, fixes a socket race condition in the client library with uloop
SVN-Revision: 31811
This commit is contained in:
parent
02c2f449d7
commit
0b41ae819d
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ubus
|
||||
PKG_VERSION:=2012-05-06
|
||||
PKG_VERSION:=2012-05-18
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://nbd.name/luci2/ubus.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=a204ae358be1d5e0bb3a56bd54980851f553588e
|
||||
PKG_SOURCE_VERSION:=c0c06ec7ead11ca201bcbf0d1c7e986c7d3c90c0
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_MD5SUM:=d68885340ab1cee2e04e9055186beb11
|
||||
PKG_MIRROR_MD5SUM:=b16d3a0c6e7ca55666dbd786ccadbbcf
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
|
Loading…
Reference in a new issue