Merge pull request #15400 from cotequeiroz/circular_deps
libseccomp,crun: Fix circular deps
This commit is contained in:
commit
2c8eb03c83
2 changed files with 1 additions and 2 deletions
|
@ -56,7 +56,6 @@ endef
|
|||
define Package/libseccomp
|
||||
$(call Package/libseccomp/Default)
|
||||
TITLE+= (library)
|
||||
DEPENDS+= @!arc
|
||||
endef
|
||||
|
||||
define Package/scmp_sys_resolver
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue