From 17496030e2645b30fc0793b3c2104b275daa3c08 Mon Sep 17 00:00:00 2001 From: Deng Qingfang Date: Mon, 28 Jan 2019 14:38:44 +0800 Subject: 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 --- lang/dkjson/Makefile | 1 + lang/json4lua/Makefile | 1 + lang/lua-bencode/Makefile | 1 + lang/lua-mobdebug/Makefile | 1 + lang/lua-wsapi/Makefile | 1 + lang/lua-xavante/Makefile | 1 + lang/luasoap/Makefile | 1 + lang/uuid/Makefile | 1 + 8 files changed, 8 insertions(+) (limited to 'lang') diff --git a/lang/dkjson/Makefile b/lang/dkjson/Makefile index b5ecfd522..3f0f6fd9c 100644 --- a/lang/dkjson/Makefile +++ b/lang/dkjson/Makefile @@ -27,6 +27,7 @@ define Package/dkjson URL:=http://dkolf.de/src/dkjson-lua.fsl/home MAINTAINER:=Lars Gierth DEPENDS:=+lua + PKGARCH:=all endef define Package/dkjson/description diff --git a/lang/json4lua/Makefile b/lang/json4lua/Makefile index 33892d2f6..6a4f8af70 100644 --- a/lang/json4lua/Makefile +++ b/lang/json4lua/Makefile @@ -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 diff --git a/lang/lua-bencode/Makefile b/lang/lua-bencode/Makefile index e256fe822..3edee239f 100644 --- a/lang/lua-bencode/Makefile +++ b/lang/lua-bencode/Makefile @@ -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 diff --git a/lang/lua-mobdebug/Makefile b/lang/lua-mobdebug/Makefile index bc0bb8cd3..b1c387d42 100644 --- a/lang/lua-mobdebug/Makefile +++ b/lang/lua-mobdebug/Makefile @@ -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 diff --git a/lang/lua-wsapi/Makefile b/lang/lua-wsapi/Makefile index d1ac559dc..71e5aad55 100644 --- a/lang/lua-wsapi/Makefile +++ b/lang/lua-wsapi/Makefile @@ -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 diff --git a/lang/lua-xavante/Makefile b/lang/lua-xavante/Makefile index acef0c2eb..9b870aa5c 100644 --- a/lang/lua-xavante/Makefile +++ b/lang/lua-xavante/Makefile @@ -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 diff --git a/lang/luasoap/Makefile b/lang/luasoap/Makefile index de88fcf98..f07c635a8 100644 --- a/lang/luasoap/Makefile +++ b/lang/luasoap/Makefile @@ -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 diff --git a/lang/uuid/Makefile b/lang/uuid/Makefile index 9d9b4deef..d1ca40770 100644 --- a/lang/uuid/Makefile +++ b/lang/uuid/Makefile @@ -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 -- cgit v1.2.3