libseccomp: don't build on ARC
authorDaniel Golle <redacted>
Mon, 29 Mar 2021 21:05:10 +0000 (22:05 +0100)
committerDaniel Golle <redacted>
Mon, 29 Mar 2021 23:21:29 +0000 (00:21 +0100)
ARC architecture is not yet supported by libseccomp.

Signed-off-by: Daniel Golle <redacted>
libs/libseccomp/Makefile

index e82ec751b714aef3690ee5c5215a04511a525e7b..355841df424eace8abbbe47a0a39eaadf0e36116 100644 (file)
@@ -56,6 +56,7 @@ endef
 define Package/libseccomp
 $(call Package/libseccomp/Default)
   TITLE+= (library)
+  DEPENDS+= @!arc
 endef
 
 define Package/scmp_sys_resolver
git clone https://git.99rst.org/PROJECT