From: Anuj Mittal Date: Fri, 15 Feb 2019 07:32:06 +0000 (+0800) Subject: meson.bbclass: point to llvm-config X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd5c9ca7c8b3e158ffed2f2bfc5d46780a5c047f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass index dff0485b473..aaf873cad2d 100644 --- a/meta/classes/meson.bbclass +++ b/meta/classes/meson.bbclass @@ -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