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
parent
commit
2c8eb03c83
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      libs/libseccomp/Makefile
  2. +1
    -1
      utils/crun/Makefile

+ 0
- 1
libs/libseccomp/Makefile View File

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


+ 1
- 1
utils/crun/Makefile 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


Loading…
Cancel
Save