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>
(cherry picked from commit 048e1d2d63)
This commit is contained in:
Eneas U de Queiroz 2021-04-11 19:36:16 -03:00 committed by Josef Schlehofer
parent 08abbfd9b4
commit dae7bdd915
No known key found for this signature in database
GPG key ID: B950216FE4329F4C

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