aboutsummaryrefslogtreecommitdiffstats
path: root/package/ubus/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-29 10:54:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-05-29 10:54:09 +0000
commitf618a6802170fd6c026ac98d4196dfa237534e2d (patch)
tree033e190f33d3f892dd92260ea0e82e3d40d4852a /package/ubus/Makefile
parentaae18d7003cb315df564c789161401d8a5bb416d (diff)
downloadupstream-f618a6802170fd6c026ac98d4196dfa237534e2d.tar.gz
upstream-f618a6802170fd6c026ac98d4196dfa237534e2d.tar.bz2
upstream-f618a6802170fd6c026ac98d4196dfa237534e2d.zip
ubus: update to latest version, fixes json-c library name
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36759 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ubus/Makefile')
-rw-r--r--package/ubus/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ubus/Makefile b/package/ubus/Makefile
index cb173961a0..6355846bfe 100644
--- a/package/ubus/Makefile
+++ b/package/ubus/Makefile
@@ -1,15 +1,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ubus
-PKG_VERSION:=2013-05-11
+PKG_VERSION:=2013-05-29
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:=dd3afa517d4fefaadee9fcefefd2e503e251e909
+PKG_SOURCE_VERSION:=9f52d1769b76239a1dd64b0d1e9e6aa7b18eed10
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_MIRROR_MD5SUM:=a02ca473dcd490691b4cd514705c773d
+PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1
PKG_LICENSE:=LGPLv2.1