[oe-commits] [meta-openembedded] 82/95: sysdig: don't build for aarch64

git at git.openembedded.org git at git.openembedded.org
Sun Mar 18 02:36:24 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch stagging/master-next
in repository meta-openembedded.

commit 8c55ce994b3ec47b365989f5d12065ce0e2072c5
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Tue Mar 13 10:03:27 2018 -0700

    sysdig: don't build for aarch64
    
    this package depends on luajit which is not supported on aarch64
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-extended/sysdig/sysdig_git.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb b/meta-oe/recipes-extended/sysdig/sysdig_git.bb
index 67d06dc..4f58281 100644
--- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb
+++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb
@@ -35,3 +35,7 @@ FILES_${PN} += " \
     ${datadir}/zsh/* \
     ${prefix}/src/*  \
 "
+
+# luajit not supported on Aarch64
+COMPATIBLE_HOST = "^(?!aarch64).*"
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list