From: Dirk Chang Date: Sat, 16 May 2015 02:56:32 +0000 (+0800) Subject: lua-cjson: remove the dependency of libzmq X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=93af3486a9f7b18b34433959098175192b1c90e6;p=feed%2Fpackages.git lua-cjson: remove the dependency of libzmq Signed-off-by: Dirk Chang --- diff --git a/lang/lua-cjson/Makefile b/lang/lua-cjson/Makefile index fd489f2b43..fbdcf17d1f 100644 --- a/lang/lua-cjson/Makefile +++ b/lang/lua-cjson/Makefile @@ -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 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