crun: Don't build on arc

The package needs libseccomp, which does not currently support arc.
In order to avoid a circular dependency, we must avoid arc here as well.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
Eneas U de Queiroz 2021-04-11 19:36:16 -03:00
parent 61b2a35a35
commit 048e1d2d63
No known key found for this signature in database
GPG Key ID: 5FB9FAF260B80AEA
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ define Package/crun
CATEGORY:=Utilities
TITLE:=crun
URL:=https://github.com/containers/crun
DEPENDS:=+libseccomp +libcap
DEPENDS:=@!arc +libseccomp +libcap
endef
define Package/crun/description