Re: [OE-core] [PATCH] llvm: remove libLTO.so.*

2023-08-22 Thread Kai Kang
On 8/22/23 00:44, Khem Raj wrote: On 8/20/23 7:36 PM, Kai Kang wrote: From: Kai Kang Remove libLTO.so.* from llvm which should be provided by clang and packaged to llvm-linker-tools. It could avoids the error: ERROR: clang-16.0.6-r0 do_create_spdx: The recipe clang is trying to     instal

Re: [OE-core] [PATCH] llvm: remove libLTO.so.*

2023-08-21 Thread Khem Raj
On 8/20/23 7:36 PM, Kai Kang wrote: From: Kai Kang Remove libLTO.so.* from llvm which should be provided by clang and packaged to llvm-linker-tools. It could avoids the error: ERROR: clang-16.0.6-r0 do_create_spdx: The recipe clang is trying to install files into a shared area when tho

Re: [OE-core] [PATCH] llvm: remove libLTO.so.*

2023-08-21 Thread Alexander Kanavin
But shouldn’t this be backwards? If building llvm results in installing the item, then it’s other recipes that need to ensure they don’t clash with it. Patching out llvm after the fact in do_install seems incorrect. Alex On Mon 21. Aug 2023 at 4.37, Kai Kang wrote: > From: Kai Kang > > Remove

[OE-core] [PATCH] llvm: remove libLTO.so.*

2023-08-20 Thread Kai Kang
From: Kai Kang Remove libLTO.so.* from llvm which should be provided by clang and packaged to llvm-linker-tools. It could avoids the error: ERROR: clang-16.0.6-r0 do_create_spdx: The recipe clang is trying to install files into a shared area when those files already exist. Those fi