diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-01 15:36:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-01 15:36:12 +0000 |
commit | 4a86a26650a77b8d9bf89eb12a399ac05e074540 (patch) | |
tree | d2354d9d76a1394577e90fc3f2883fc1338ec014 /package/libs/libubox/Makefile | |
parent | 96f8c15a36dbdde14df63e2e7dfea7a819716428 (diff) | |
download | upstream-4a86a26650a77b8d9bf89eb12a399ac05e074540.tar.gz upstream-4a86a26650a77b8d9bf89eb12a399ac05e074540.tar.bz2 upstream-4a86a26650a77b8d9bf89eb12a399ac05e074540.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)
SVN-Revision: 37119
Diffstat (limited to 'package/libs/libubox/Makefile')
-rw-r--r-- | package/libs/libubox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index 231a5875bd..5eebc6e183 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 |