mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 18:40:23 +00:00
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:
parent
4598769a96
commit
25206cde73
@ -35,3 +35,7 @@ FILES_${PN} += " \
|
|||||||
${datadir}/zsh/* \
|
${datadir}/zsh/* \
|
||||||
${prefix}/src/* \
|
${prefix}/src/* \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# luajit not supported on Aarch64
|
||||||
|
COMPATIBLE_HOST = "^(?!aarch64).*"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user