mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
treewide: add missing PKGARCH:=all to non-binary packages
Packages such as Perl, Lua, shell scripts don't generate binary files. Add PKGARCH:=all to them. Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
This commit is contained in:
@@ -27,6 +27,7 @@ define Package/dkjson
|
||||
URL:=http://dkolf.de/src/dkjson-lua.fsl/home
|
||||
MAINTAINER:=Lars Gierth <larsg@systemli.org>
|
||||
DEPENDS:=+lua
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
define Package/dkjson/description
|
||||
|
||||
@@ -29,6 +29,7 @@ define Package/json4lua
|
||||
TITLE:=json4lua
|
||||
URL:=https://github.com/amrhassan/json4lua
|
||||
DEPENDS:=+lua +luasocket
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
define Package/json4lua/description
|
||||
|
||||
@@ -27,6 +27,7 @@ define Package/lua-bencode
|
||||
TITLE:=lua-bencode
|
||||
URL:=https://bitbucket.org/wilhelmy/lua-bencode
|
||||
DEPENDS:=+lua
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
define Package/lua-bencode/description
|
||||
|
||||
@@ -32,6 +32,7 @@ define Package/lua-mobdebug
|
||||
TITLE:=Lua-MobDebug
|
||||
URL:=https://github.com/pkulchenko/MobDebug
|
||||
DEPENDS:=+lua
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
define Package/lua-mobdebug/description
|
||||
|
||||
@@ -31,6 +31,7 @@ define Package/lua-wsapi/Default
|
||||
TITLE:=Lua WSAPI
|
||||
URL:=https://keplerproject.github.io/wsapi/
|
||||
DEPENDS:= +lua
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
define Package/lua-wsapi/Default/description
|
||||
|
||||
@@ -31,6 +31,7 @@ define Package/lua-xavante
|
||||
TITLE:=Xavante Web Server
|
||||
URL:=https://keplerproject.github.io/xavante/
|
||||
DEPENDS:= +lua
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
define Package/lua-xavante/description
|
||||
|
||||
@@ -30,6 +30,7 @@ define Package/luasoap
|
||||
TITLE:=LuaSOAP
|
||||
URL:=https://github.com/tomasguisasola/luasoap
|
||||
DEPENDS:=+lua +luaexpat +luasec +luasocket
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
define Package/luasoap/description
|
||||
|
||||
@@ -32,6 +32,7 @@ define Package/uuid
|
||||
TITLE:=uuid
|
||||
URL:=https://github.com/Tieske/uuid
|
||||
DEPENDS:=+lua +luasocket
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
define Package/uuid/description
|
||||
|
||||
Reference in New Issue
Block a user