Haven't tested, but seems as above might fix the other gallium-llvm mesa issue 
I ran into when build for an x86_64 MACHINE.

# meson configure fails when the llvm-config --shared-mode command fails to 
find libs in ${STAGING_LIBDIR}
# Temp solution copy files from recipe-sysroot/usr/lib64 to 
recipe-sysroot/usr/lib where llvm-config
# command can find libraries.
do_configure:prepend() {
install -d "${STAGING_LIBDIR}/../lib"
cp -ra ${STAGING_LIBDIR}/* ${STAGING_LIBDIR}/../lib
}
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#173068): 
https://lists.openembedded.org/g/openembedded-core/message/173068
Mute This Topic: https://lists.openembedded.org/mt/94906155/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to