bitbake.conf: Do not use lib64 for baselib on musl/ppc64

musl is configured to use /lib and /usr/lib for ppc64 unlike glibc where
it is expected to have libs in /lib64 and /usr/lib64

(From OE-Core rev: 998d15a86282d9cf57fbd0a4eb76a56b9938a348)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2021-02-21 20:32:24 -08:00
committed by Richard Purdie
parent 47a2fffca4
commit 74c6f625c6

View File

@@ -10,8 +10,8 @@
baselib = "${BASELIB}"
baselib[vardepvalue] = "${baselib}"
BASELIB = "lib"
BASELIB_powerpc64 = "lib64"
BASELIB_powerpc64le = "lib64"
BASELIB_libc-glibc_powerpc64 = "lib64"
BASELIB_libc-glibc_powerpc64le = "lib64"
# Path prefixes
export base_prefix = ""