[oe-commits] [meta-openembedded] 05/05: luajit: Disable for mips64 hosts

git at git.openembedded.org git at git.openembedded.org
Wed Jan 2 19:26:40 UTC 2019


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

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

commit bbe40834bb91f651da8f3c1f0866ae784cb89b20
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Jan 1 22:45:49 2019 -0800

    luajit: Disable for mips64 hosts
    
    mips64 port does not exist
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 3052eb0..897b26d 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
@@ -90,5 +90,6 @@ FILES_${PN}-dev += "${libdir}/libluajit-5.1.a \
 "
 FILES_luajit-common = "${datadir}/${BPN}-${PV}"
 
-# Aarch64 is not supported in this release 
+# Aarch64/mips64 is not supported in this release 
 COMPATIBLE_HOST = "^(?!aarch64).*"
+COMPATIBLE_HOST = "^(?!mips64).*"

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


More information about the Openembedded-commits mailing list