[oe-commits] [openembedded-core] 05/10: meson.bbclass: point to llvm-config

git at git.openembedded.org git at git.openembedded.org
Fri Feb 15 16:06:41 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit e2e733c813e1eabaaff795a30b82e703dfeecfe7
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Fri Feb 15 15:32:06 2019 +0800

    meson.bbclass: point to llvm-config
    
    Allow packages using llvm-config to find it using meson's dependency
    interface.
    
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/meson.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass
index dff0485..aaf873c 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list