mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 20:23:04 +01:00
meson.bbclass: point to llvm-config
Allow packages using llvm-config to find it using meson's dependency interface. (From OE-Core rev: e2e733c813e1eabaaff795a30b82e703dfeecfe7) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c70ca84abe
commit
bd5c9ca7c8
@@ -89,6 +89,7 @@ ld = ${@meson_array('LD', d)}
|
||||
strip = ${@meson_array('STRIP', d)}
|
||||
readelf = ${@meson_array('READELF', d)}
|
||||
pkgconfig = 'pkg-config'
|
||||
llvm-config = 'llvm-config8.0'
|
||||
|
||||
[properties]
|
||||
needs_exe_wrapper = true
|
||||
|
||||
Reference in New Issue
Block a user