[oe-commits] [meta-openembedded] 07/10: leveldb: restrict building for mips64

git at git.openembedded.org git at git.openembedded.org
Tue Mar 5 07:11:02 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 ba75d0e09d497745d4bdb71e8ab08b6a081e11f6
Author: Slater, Joseph <joe.slater at windriver.com>
AuthorDate: Mon Mar 4 15:51:32 2019 -0800

    leveldb: restrict building for mips64
    
    Do not try to build lib32-leveldb.  libn32-leveldb will build.
    
    Signed-off-by: Joe Slater <joe.slater at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-dbs/leveldb/leveldb_git.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-dbs/leveldb/leveldb_git.bb b/meta-oe/recipes-dbs/leveldb/leveldb_git.bb
index 8fec89c..908ad3e 100644
--- a/meta-oe/recipes-dbs/leveldb/leveldb_git.bb
+++ b/meta-oe/recipes-dbs/leveldb/leveldb_git.bb
@@ -35,3 +35,7 @@ do_install() {
 
 PACKAGES =+ "${PN}-ptest"
 FILES_${PN}-ptest = "${bindir}"
+
+# Do not try to build lib32-leveldb for mips64, but allow libn32-leveldb.
+#
+COMPATIBLE_HOST_mipsarcho32_pn-lib32-leveldb = "null"

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


More information about the Openembedded-commits mailing list