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:
parent
08abbfd9b4
commit
dae7bdd915
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ define Package/crun
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=crun
|
TITLE:=crun
|
||||||
URL:=https://github.com/containers/crun
|
URL:=https://github.com/containers/crun
|
||||||
DEPENDS:=+libseccomp +libcap
|
DEPENDS:=@!arc +libseccomp +libcap
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/crun/description
|
define Package/crun/description
|
||||||
|
|
Loading…
Reference in a new issue