mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 13:11:57 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user