mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 22:16:00 +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:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user