leveldb: restrict building for mips64

Do not try to build lib32-leveldb.  libn32-leveldb will build.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Slater, Joseph
2019-03-04 15:51:32 -08:00
committed by Khem Raj
parent befa59e6de
commit ba75d0e09d
@@ -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"