X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Flibs%2Flibubox%2FMakefile;h=e51f8109bf99e658b78fda251e45715352669189;hp=ff3990e6898db40fdbdb99a0c50dfa4ddf183a45;hb=0fe4108d0ebedcfb19850be2b689bda60d9de2de;hpb=7f2c6768a83fad6092d29928a79b3d7126296f7d;ds=sidebyside diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index ff3990e689..e51f8109bf 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -1,18 +1,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2014-02-02 +PKG_VERSION:=2015-02-26.1 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:=43d2d349cb86a79d3d86012b101c458d344b05a4 +PKG_SOURCE_VERSION:=2a9edb464215d17c61fdaa6fbd97c99f1f130812 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