X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Flibs%2Flibubox%2FMakefile;h=1fe70987b9eddc184ae5d52c4d5947492c3930b4;hb=252d6734bd28a32e796c123572c5d069e1395254;hp=9bbd6d0f4140923bb8ba80979d505626dfbe1bf2;hpb=7699f57414f25e8359fa5956b429fe8aa8e7f07c;p=openwrt.git diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index 9bbd6d0f41..1fe70987b9 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-11-19-3 +PKG_VERSION:=2014-10-14 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:=f100acef37bd562218b25d1a9fbe1ece1ef57438 +PKG_SOURCE_VERSION:=464e05e33b4c086be0bd932760a41ddcf9373187 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 BSD-3-Clause 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