mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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:
@@ -35,3 +35,7 @@ FILES_${PN} += " \
|
||||
${datadir}/zsh/* \
|
||||
${prefix}/src/* \
|
||||
"
|
||||
|
||||
# luajit not supported on Aarch64
|
||||
COMPATIBLE_HOST = "^(?!aarch64).*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user