mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
lua-cjson: remove the dependency of libzmq
Signed-off-by: Dirk Chang <dirk@kooiot.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user