mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 20:42:24 +00: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:
parent
47a2fffca4
commit
74c6f625c6
@ -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 = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user