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
|
define Package/libseccomp
|
||||||
$(call Package/libseccomp/Default)
|
$(call Package/libseccomp/Default)
|
||||||
TITLE+= (library)
|
TITLE+= (library)
|
||||||
DEPENDS+= @!arc
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/scmp_sys_resolver
|
define Package/scmp_sys_resolver
|
||||||
|
|
|
@ -26,7 +26,7 @@ define Package/crun
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=crun
|
TITLE:=crun
|
||||||
URL:=https://github.com/containers/crun
|
URL:=https://github.com/containers/crun
|
||||||
DEPENDS:=+libseccomp +libcap
|
DEPENDS:=@!arc +libseccomp +libcap
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/crun/description
|
define Package/crun/description
|
||||||
|
|
Loading…
Reference in a new issue