ソースを参照

lua-cjson: remove the dependency of libzmq

Signed-off-by: Dirk Chang <dirk@kooiot.com>
Dirk Chang 9 年 前
コミット
93af3486a9
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      lang/lua-cjson/Makefile

+ 2
- 2
lang/lua-cjson/Makefile ファイルの表示

@@ -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