crun: Don't build on arc
authorEneas U de Queiroz <redacted>
Sun, 11 Apr 2021 22:36:16 +0000 (19:36 -0300)
committerEneas U de Queiroz <redacted>
Mon, 12 Apr 2021 00:21:14 +0000 (21:21 -0300)
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 <redacted>
utils/crun/Makefile

index 4a6b75854a447ac67eabe1b42a2bad837d6dcb08..5ba58ec228deda08bcba63d48c3f02118a2e3c82 100644 (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
git clone https://git.99rst.org/PROJECT