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

git at git.openembedded.org git at git.openembedded.org
Thu Mar 22 01:49:07 UTC 2018


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

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

commit 25206cde7398d875327d247bb73c212236a2996c
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