mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00: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