diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-03-28 15:04:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-01 14:48:44 +0100 |
commit | 259e9a11e1a62b0dc192d9c114f05cd45b02cae1 (patch) | |
tree | c30393c38ac0238477edf5208b57c8cb9e9a1678 /meta/recipes-graphics/mesa | |
parent | d587e20be575cc762feb34e60a395ed6fc8039b6 (diff) | |
download | poky-259e9a11e1a62b0dc192d9c114f05cd45b02cae1.tar.gz |
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>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 54818d7e0d..ece74974b5 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -106,7 +106,7 @@ GALLIUMDRIVERS_append = ",virgl" | |||
106 | 106 | ||
107 | # keep --with-gallium-drivers separate, because when only one of gallium versions is enabled, other 2 were adding --without-gallium-drivers | 107 | # keep --with-gallium-drivers separate, because when only one of gallium versions is enabled, other 2 were adding --without-gallium-drivers |
108 | PACKAGECONFIG[gallium] = "--with-gallium-drivers=${GALLIUMDRIVERS}, --without-gallium-drivers" | 108 | PACKAGECONFIG[gallium] = "--with-gallium-drivers=${GALLIUMDRIVERS}, --without-gallium-drivers" |
109 | MESA_LLVM_RELEASE ?= "8.0" | 109 | MESA_LLVM_RELEASE ?= "8.0.0" |
110 | PACKAGECONFIG[gallium-llvm] = "--enable-llvm --enable-llvm-shared-libs, --disable-llvm, llvm${MESA_LLVM_RELEASE} llvm-native \ | 110 | PACKAGECONFIG[gallium-llvm] = "--enable-llvm --enable-llvm-shared-libs, --disable-llvm, llvm${MESA_LLVM_RELEASE} llvm-native \ |
111 | ${@'elfutils' if ${GALLIUMDRIVERS_LLVM33_ENABLED} else ''}" | 111 | ${@'elfutils' if ${GALLIUMDRIVERS_LLVM33_ENABLED} else ''}" |
112 | export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}" | 112 | export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}" |