]> code.ossystems Code Review - openembedded-core.git/commit
mesa.inc: drop wrong path in --with-llvm-prefix and export LLVM_CONFIG
authorMartin Jansa <martin.jansa@gmail.com>
Sat, 12 Aug 2017 00:34:55 +0000 (02:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Aug 2017 10:54:25 +0000 (11:54 +0100)
commit24f66a4e7a7fff915742d6cea26d2686f3147b19
tree040395a583732d62fc04ed5f7b9a82d38067f219
parentca84390b7894adb32a89ccfbd83fbb3fb7e808fc
mesa.inc: drop wrong path in --with-llvm-prefix and export LLVM_CONFIG

* this was added in oe-core/pyro but breaks all builds with llvm from
  meta-oe as reported in:
  http://lists.openembedded.org/pipermail/openembedded-core/2017-April/135050.html

* fix it by partial backport from master:
  http://git.openembedded.org/openembedded-core/commit/?id=da29bc17e4dd748f50b054c5e3afaf8d41bf4077
  but with different path as llvm-3.3 from meta-oe installs llvm-config in:
  ${STAGING_BINDIR_CROSS}/llvm-config
  while llvm-5.0 from oe-core master (rocko) in:
  ${STAGING_LIBDIR}/llvm${MESA_LLVM_RELEASE}/llvm-config-host"

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-graphics/mesa/mesa.inc