diff --git a/libs/libseccomp/Makefile b/libs/libseccomp/Makefile index 355841df4..e82ec751b 100644 --- a/libs/libseccomp/Makefile +++ b/libs/libseccomp/Makefile @@ -56,7 +56,6 @@ endef define Package/libseccomp $(call Package/libseccomp/Default) TITLE+= (library) - DEPENDS+= @!arc endef define Package/scmp_sys_resolver 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