mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
meson.bbclass: Point to llvm-config from native sysroot
Default search in meson would grok /usr/bin for llvm-config and if found will use it, which might add wrong paths into cflags/ldflags, since we depend on llvm-native when building gallium support ( thats when llvm-config is effective), its better to point llvm-config into native sysroot so it can add correct paths into compiler/linker cmdline (From OE-Core rev: cc73360b9728812ed6123e30559b77d8e89cc21c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -111,6 +111,7 @@ nm = ${@meson_array('BUILD_NM', d)}
|
||||
strip = ${@meson_array('BUILD_STRIP', d)}
|
||||
readelf = ${@meson_array('BUILD_READELF', d)}
|
||||
objcopy = ${@meson_array('BUILD_OBJCOPY', d)}
|
||||
llvm-config = '${STAGING_BINDIR_NATIVE}/llvm-config'
|
||||
pkgconfig = 'pkg-config-native'
|
||||
${@rust_tool(d, "BUILD_SYS")}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user