mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 01:20:29 +00:00
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:
@@ -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/*"
|
||||
|
||||
Reference in New Issue
Block a user