libseccomp: add COMPATIBLE_HOST

don't build for ppc, ppc64, mips or aarch64

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2015-02-01 13:33:34 -08:00
parent cfd9713682
commit a1dde1a9f8
@@ -27,6 +27,9 @@ do_install() {
oe_runmake DESTDIR=${D} install-tests
}
# MIPS, aarch64, and PowerPC are not supported in this version.
COMPATIBLE_HOST = '(x86_64|i.86|arm).*-linux'
PACKAGES += "${PN}-tests "
FILES_${PN}-tests = "${libdir}/${BPN}/tests/*"
FILES_${PN}-dbg += "${libdir}/${BPN}/tests/.debug/*"