]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
llvm: use default install paths
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 7 Apr 2022 17:00:15 +0000 (19:00 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Apr 2022 13:14:01 +0000 (14:14 +0100)
commit974f67b18a2f1a15c76785d69e7234594af97a88
treecb75bf818d2a7e7471aed2641f24223cd99039ee
parentee06fc2a19665461e143fe3bf7e94b703652e1cf
llvm: use default install paths

There was a very brittle sed hack against cpp source code
that allowed installing multiple llvm versions into the same
target/sysroot. Patching with sed is prone to silent
regressions as it can change both too little and too much,
and it indeed it broke with llvm 14. It's also difficult to tell
what the 'right' change should look like.

If this feature is actually needed somewhere, please do it properly:
proper patch and upstream first.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/llvm/llvm_git.bb
meta/recipes-graphics/mesa/mesa.inc