Browse Source
Merge pull request #15400 from cotequeiroz/circular_deps
libseccomp,crun: Fix circular deps
lilik-openwrt-22.03
Eneas U de Queiroz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
2 deletions
-
libs/libseccomp/Makefile
-
utils/crun/Makefile
|
|
@ -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 |
|
|
|