[packages] luaexpat, lusec & luasocket: change dependency on Lua from "lua" to "+lua"
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15460 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9d1e5a6b7a
commit
df0aeeab8a
@ -23,7 +23,7 @@ define Package/luaexpat
|
||||
CATEGORY:=Languages
|
||||
TITLE:=LuaExpat
|
||||
URL:=http://www.keplerproject.org/luaexpat/
|
||||
DEPENDS:=lua +libexpat
|
||||
DEPENDS:=+lua +libexpat
|
||||
endef
|
||||
|
||||
define Package/luaexpat/description
|
||||
|
@ -23,7 +23,7 @@ define Package/luasec
|
||||
CATEGORY:=Languages
|
||||
TITLE:=LuaSec
|
||||
URL:=http://luasec.luaforge.net/
|
||||
DEPENDS:=lua +libopenssl +luasocket
|
||||
DEPENDS:=+lua +libopenssl +luasocket
|
||||
endef
|
||||
|
||||
define Package/luasec/description
|
||||
|
@ -23,7 +23,7 @@ define Package/luasocket
|
||||
CATEGORY:=Languages
|
||||
TITLE:=LuaSocket
|
||||
URL:=http://luasocket.luaforge.net/
|
||||
DEPENDS:=lua
|
||||
DEPENDS:=+lua
|
||||
endef
|
||||
|
||||
define Package/luasocket/description
|
||||
|
Loading…
x
Reference in New Issue
Block a user