1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00

Merge pull request #15400 from cotequeiroz/circular_deps

libseccomp,crun: Fix circular deps
This commit is contained in:
Eneas U de Queiroz 2021-04-11 22:00:03 -03:00 committed by GitHub
commit 2c8eb03c83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,6 @@ endef
define Package/libseccomp
$(call Package/libseccomp/Default)
TITLE+= (library)
DEPENDS+= @!arc
endef
define Package/scmp_sys_resolver

View 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