Merge pull request #1260 from kooiot/master
lua-cjson: remove the dependency of libzmq
This commit is contained in:
commit
1ff51b92fa
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lua-cjson
|
PKG_NAME:=lua-cjson
|
||||||
PKG_VERSION:=2.1.0
|
PKG_VERSION:=2.1.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
|
PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
@ -29,7 +29,7 @@ define Package/lua-cjson
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=Lua CJSON parser
|
TITLE:=Lua CJSON parser
|
||||||
URL:=https://github.com/mpx/lua-cjson
|
URL:=https://github.com/mpx/lua-cjson
|
||||||
DEPENDS:= +lua +libzmq
|
DEPENDS:= +lua
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lua-cjson/description
|
define Package/lua-cjson/description
|
||||||
|
|
Loading…
Reference in New Issue