lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 93af3486a9f7b18b34433959098175192b1c90e6
parent 345e344935d715641302d3da3f4ee5d517adc53a
Author: Dirk Chang <dirk@kooiot.com>
Date:   Sat, 16 May 2015 10:56:32 +0800

lua-cjson: remove the dependency of libzmq

Signed-off-by: Dirk Chang <dirk@kooiot.com>

Diffstat:
Mlang/lua-cjson/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 <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