[oe-commits] [meta-openembedded] 68/87: luajit: exclude for aarch64. not support in this version

git at git.openembedded.org git at git.openembedded.org
Mon Mar 12 17:04:27 UTC 2018


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

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

commit a41d49f614398a5b3bb6198b84da5d579c6ec8bc
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Tue Jan 9 08:51:49 2018 -0800

    luajit: exclude for aarch64. not support in this version
    
    make[1]: Entering directory '/home/jenkins/oe/world/shr-core/tmpfs/work/aarch64-oe-linux/luajit/2.0.5-r0/LuaJIT-2.0.5/src'
    | lj_arch.h:55:2: error: #error "No support for this architecture (yet)"
    |  #error "No support for this architecture (yet)"
    |   ^~~~~
    | lj_arch.h:294:2: error: #error "No target architecture defined"
    |  #error "No target architecture defined"
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
index 2e91875..1d69b3c 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
@@ -91,3 +91,5 @@ FILES_${PN}-dev += "${libdir}/libluajit-5.1.a \
 "
 FILES_luajit-common = "${datadir}/${BPN}-${PV}"
 
+# Aarch64 is not supported in this release 
+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