libseccomp: don't build on ARC

ARC architecture is not yet supported by libseccomp.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2021-03-29 22:05:10 +01:00
parent 847c82124a
commit b29e609701
1 changed files with 1 additions and 0 deletions

View File

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