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 --- utils/attendedsysupgrade-common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/attendedsysupgrade-common/Makefile') diff --git a/utils/attendedsysupgrade-common/Makefile b/utils/attendedsysupgrade-common/Makefile index 52170404b..1af7779fc 100644 --- a/utils/attendedsysupgrade-common/Makefile +++ b/utils/attendedsysupgrade-common/Makefile @@ -17,6 +17,7 @@ define Package/attendedsysupgrade-common TITLE:=Common files neede by attendedsysupgrade packages MAINTAINER:=Paul Spooren DEPENDS:=+rpcd +rpcd-mod-rpcsys + PKGARCH:=all endef define Package/attendedsysupgrade-common/description -- cgit v1.2.3