summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-08-20 18:21:59 +0000
committerJohn Crispin <john@openwrt.org>2014-08-20 18:21:59 +0000
commitdb657af409d622fdaa84e7475e7c445af607d5e0 (patch)
tree73ee627d2d36da9b156c6974fc44e2539be7db7a
parent62ae2d1af13847e66723cc1d87d6da461d56f100 (diff)
downloadmtk-20170518-db657af409d622fdaa84e7475e7c445af607d5e0.zip
mtk-20170518-db657af409d622fdaa84e7475e7c445af607d5e0.tar.gz
mtk-20170518-db657af409d622fdaa84e7475e7c445af607d5e0.tar.bz2
libubox: update to latest git revision
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42230
-rw-r--r--package/libs/libubox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile
index 6cbfc08..ac160bf 100644
--- a/package/libs/libubox/Makefile
+++ b/package/libs/libubox/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libubox
-PKG_VERSION:=2014-07-16
+PKG_VERSION:=2014-08-04
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=http://git.openwrt.org/project/libubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=bd388d2b6c2c151bf513c1e449417d18ce02d10b
+PKG_SOURCE_VERSION:=dffbc09baf71b294185a36048166d00066d433b5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1
@@ -40,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