mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
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:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user