projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
345e344
)
lua-cjson: remove the dependency of libzmq
1260/head
author
Dirk Chang
<dirk@kooiot.com>
Sat, 16 May 2015 02:56:32 +0000
(10:56 +0800)
committer
Dirk Chang
<dirk@kooiot.com>
Sat, 16 May 2015 02:56:32 +0000
(10:56 +0800)
Signed-off-by: Dirk Chang <dirk@kooiot.com>
lang/lua-cjson/Makefile
patch
|
blob
|
history
diff --git
a/lang/lua-cjson/Makefile
b/lang/lua-cjson/Makefile
index fd489f2b4318d69b3d240b2970e2875881ffa83a..fbdcf17d1f0be7afeb512705137e438f47687850 100644
(file)
--- 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