mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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/* \
|
||||
${prefix}/src/* \
|
||||
"
|
||||
|
||||
# luajit not supported on Aarch64
|
||||
COMPATIBLE_HOST = "^(?!aarch64).*"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user