[oe-commits] Jonathan Liu : mesa: use LLVM 3.3 by default

git at git.openembedded.org git at git.openembedded.org
Wed Jul 24 10:26:48 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 9908ec004bc3e2247e664d97690849253a66bae9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9908ec004bc3e2247e664d97690849253a66bae9

Author: Jonathan Liu <net147 at gmail.com>
Date:   Fri Jul 19 16:33:00 2013 +1000

mesa: use LLVM 3.3 by default

Signed-off-by: Jonathan Liu <net147 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 ada1170..65c2770 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -53,7 +53,7 @@ GALLIUMDRIVERS = "swrast"
 PACKAGECONFIG[gallium]      = "--with-gallium-drivers=${GALLIUMDRIVERS}, --without-gallium-drivers"
 PACKAGECONFIG[gallium-egl]  = "--enable-gallium-egl, --disable-gallium-egl"
 PACKAGECONFIG[gallium-gbm]  = "--enable-gallium-gbm, --disable-gallium-gbm"
-MESA_LLVM_RELEASE ?= "3.2"
+MESA_LLVM_RELEASE ?= "3.3"
 PACKAGECONFIG[gallium-llvm] = "--enable-gallium-llvm --with-llvm-shared-libs, --disable-gallium-llvm, llvm${MESA_LLVM_RELEASE}"
 export WANT_LLVM_RELEASE = "${MESA_LLVM_RELEASE}"
 



More information about the Openembedded-commits mailing list