Explorar el Código

lua-cjson: remove the dependency of libzmq

Signed-off-by: Dirk Chang <dirk@kooiot.com>
Dirk Chang hace 9 años
padre
commit
93af3486a9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      lang/lua-cjson/Makefile

+ 2
- 2
lang/lua-cjson/Makefile Ver fichero

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=lua-cjson
11 11
 PKG_VERSION:=2.1.0
12
-PKG_RELEASE:=1
12
+PKG_RELEASE:=2
13 13
 PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
14 14
 PKG_LICENSE:=MIT
15 15
 PKG_LICENSE_FILES:=LICENSE
@@ -29,7 +29,7 @@ define Package/lua-cjson
29 29
   CATEGORY:=Languages
30 30
   TITLE:=Lua CJSON parser
31 31
   URL:=https://github.com/mpx/lua-cjson
32
-  DEPENDS:= +lua +libzmq
32
+  DEPENDS:= +lua
33 33
 endef
34 34
 
35 35
 define Package/lua-cjson/description