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 | 16766264d1f044a93016af8f695e855c83997a98 (patch) | |
tree | 4b6593d58e23dda1041865e31ee0d9294adc7f60 /package/libs/libubox | |
parent | 565a1a3a6e5db789c2867851db86f42af9a6737c (diff) | |
download | master-187ad058-16766264d1f044a93016af8f695e855c83997a98.tar.gz master-187ad058-16766264d1f044a93016af8f695e855c83997a98.tar.bz2 master-187ad058-16766264d1f044a93016af8f695e855c83997a98.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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37119 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/libubox')
-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 |