From: Eneas U de Queiroz Date: Sun, 11 Apr 2021 22:36:16 +0000 (-0300) Subject: crun: Don't build on arc X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=048e1d2d6380aae6c50b92ed9f863855ddf8823d;p=openwrt-packages.git 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 --- diff --git a/utils/crun/Makefile b/utils/crun/Makefile index 4a6b75854..5ba58ec22 100644 --- a/utils/crun/Makefile +++ b/utils/crun/Makefile @@ -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