diff options
author | Deng Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-01-28 14:38:44 +0800 |
---|---|---|
committer | Deng Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-03-30 17:11:50 +0800 |
commit | 17496030e2645b30fc0793b3c2104b275daa3c08 (patch) | |
tree | 200a37da5d7b167d1952b566b83ccfce24385fc6 /utils/attendedsysupgrade-common/Makefile | |
parent | 149afa5dcbf9c236ef42b476c47dbe687487d6e6 (diff) |
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>
Diffstat (limited to 'utils/attendedsysupgrade-common/Makefile')
-rw-r--r-- | utils/attendedsysupgrade-common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 <paul@spooren.de> DEPENDS:=+rpcd +rpcd-mod-rpcsys + PKGARCH:=all endef define Package/attendedsysupgrade-common/description |