From: Khem Raj Date: Mon, 22 Feb 2021 04:32:24 +0000 (-0800) Subject: bitbake.conf: Do not use lib64 for baselib on musl/ppc64 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8673 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=998d15a86282d9cf57fbd0a4eb76a56b9938a348;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 375467d155a..4543121c4f3 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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 = ""