summaryrefslogtreecommitdiff
path: root/package/libs/libubox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-01 15:36:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-01 15:36:12 +0000
commit4a86a26650a77b8d9bf89eb12a399ac05e074540 (patch)
treed2354d9d76a1394577e90fc3f2883fc1338ec014 /package/libs/libubox
parent96f8c15a36dbdde14df63e2e7dfea7a819716428 (diff)
downloadmtk-20170518-4a86a26650a77b8d9bf89eb12a399ac05e074540.zip
mtk-20170518-4a86a26650a77b8d9bf89eb12a399ac05e074540.tar.gz
mtk-20170518-4a86a26650a77b8d9bf89eb12a399ac05e074540.tar.bz2
libjson-c: rename the libjson binary package to libjson-c, add a new libjson package with the compatibility library (to deal with the rename)
SVN-Revision: 37119
Diffstat (limited to 'package/libs/libubox')
-rw-r--r--package/libs/libubox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile
index 231a587..5eebc6e 100644
--- a/package/libs/libubox/Makefile
+++ b/package/libs/libubox/Makefile
@@ -33,13 +33,13 @@ define Package/libblobmsg-json
SECTION:=libs
CATEGORY:=Libraries
TITLE:=blobmsg <-> json conversion library
- DEPENDS:=+libjson +libubox
+ DEPENDS:=+libjson-c +libubox
endef
define Package/jshn
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=+libjson
+ DEPENDS:=+libjson-c
TITLE:=JSON SHell Notation
endef