From dae7bdd9152619f20e22877894ed92bdfe4710e6 Mon Sep 17 00:00:00 2001
From: Eneas U de Queiroz <cotequeiroz@gmail.com>
Date: Sun, 11 Apr 2021 19:36:16 -0300
Subject: [PATCH] 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 048e1d2d6380aae6c50b92ed9f863855ddf8823d)
---
 utils/crun/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/crun/Makefile b/utils/crun/Makefile
index 4a6b75854a..5ba58ec228 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
-- 
GitLab