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:
parent
61b2a35a35
commit
048e1d2d63
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue