1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

llvm: fix more places where '8.0' version of llvm was hardcoded

So that it says '8.0.0' to reflect the recent PV change.

(From OE-Core rev: 3b4049157a72bcd984f93405a75946a39c045f2d)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2019-03-28 15:04:23 +01:00
committed by Richard Purdie
parent d587e20be5
commit 259e9a11e1
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -89,7 +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'
llvm-config = 'llvm-config8.0.0'
[properties]
needs_exe_wrapper = true