X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Flibs%2Flibubox%2FMakefile;h=0fc6b81c7578cf9e7b1dcbdbe316a15a58b4d796;hb=b976097bc6c62cf73c8106b6769ef6ac35403a7d;hp=54eafa8145a7b26801d2279dc9cb04f1c66a906c;hpb=0d557b5fc4fd5fc1e4c86c97ce7a1a9f8ef795c2;p=openwrt%2Fopenwrt.git diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index 54eafa8145..0fc6b81c75 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -1,18 +1,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2013-12-02 +PKG_VERSION:=2015-09-15 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git +PKG_SOURCE_URL:=http://git.openwrt.org/project/libubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=318d682d29a8974aa53bd7dc523f1514eb0eddb9 +PKG_SOURCE_VERSION:=136a5196266d03d537f822c4e67d2fde2ed59505 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 -PKG_LICENSE:=ISC BSD-3c +PKG_LICENSE:=ISC PKG_LICENSE_FILES:= PKG_MAINTAINER:=Felix Fietkau @@ -26,6 +26,7 @@ define Package/libubox SECTION:=libs CATEGORY:=Libraries TITLE:=Basic utility library + ABI_VERSION:=$(PKG_VERSION) DEPENDS:= endef @@ -39,7 +40,7 @@ endef define Package/jshn SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libjson-c + DEPENDS:=+libjson-c +libubox +libblobmsg-json TITLE:=JSON SHell Notation endef