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:
parent
847c82124a
commit
b29e609701
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ endef
|
||||||
define Package/libseccomp
|
define Package/libseccomp
|
||||||
$(call Package/libseccomp/Default)
|
$(call Package/libseccomp/Default)
|
||||||
TITLE+= (library)
|
TITLE+= (library)
|
||||||
|
DEPENDS+= @!arc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/scmp_sys_resolver
|
define Package/scmp_sys_resolver
|
||||||
|
|
Loading…
Reference in a new issue