aboutsummaryrefslogtreecommitdiffstats
path: root/package/libubox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-01 15:37:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-01 15:37:51 +0000
commit1da638576cc1d02deb2ce04c54d73bf1ae262b15 (patch)
tree4196a1e674855ede0f40cc2dfaf6fe2e390863d6 /package/libubox
parent2a4d0888c168c2afb58603b447d8302de594c10e (diff)
downloadupstream-1da638576cc1d02deb2ce04c54d73bf1ae262b15.tar.gz
upstream-1da638576cc1d02deb2ce04c54d73bf1ae262b15.tar.bz2
upstream-1da638576cc1d02deb2ce04c54d73bf1ae262b15.zip
libjson-c: rename the libjson binary package to libjson-c, add a new libjson package with the compatibility library (to deal with the rename)
Backport of r37119 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37121 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libubox')
-rw-r--r--package/libubox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libubox/Makefile b/package/libubox/Makefile
index 231a5875bd..5eebc6e183 100644
--- a/package/libubox/Makefile
+++ b/package/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