Browse Source

crun: Don't build on arc

The package needs libseccomp, which does not currently support arc.
In order to avoid a circular dependency, we must avoid arc here as well.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
lilik-openwrt-22.03
Eneas U de Queiroz 3 years ago
parent
commit
048e1d2d63
No known key found for this signature in database GPG Key ID: 5FB9FAF260B80AEA
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/crun/Makefile

+ 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