sysdig: don't build for aarch64

this package depends on luajit which is not supported on aarch64

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster 2018-03-13 10:03:27 -07:00
parent 4598769a96
commit 25206cde73

View File

@ -35,3 +35,7 @@ FILES_${PN} += " \
${datadir}/zsh/* \
${prefix}/src/* \
"
# luajit not supported on Aarch64
COMPATIBLE_HOST = "^(?!aarch64).*"