lua-cjson: remove zmq dependency (same as trunk)
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
parent
22fd12922e
commit
185f5ba9e5
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=lua-cjson
|
||||
PKG_VERSION:=2.1.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
@ -29,7 +29,7 @@ define Package/lua-cjson
|
|||
CATEGORY:=Languages
|
||||
TITLE:=Lua CJSON parser
|
||||
URL:=https://github.com/mpx/lua-cjson
|
||||
DEPENDS:= +lua +libzmq
|
||||
DEPENDS:= +lua
|
||||
endef
|
||||
|
||||
define Package/lua-cjson/description
|
||||
|
|
Loading…
Reference in a new issue