mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
This can ensure that meta-clang does not carry them and can rely on core layer while mesa can use them too. Omit time stamps in openmp from generated files to improve reproducibility fix the issue that: | file /usr/include/llvm/Config/llvm-config.h conflicts between attempted installs of lib32-llvm-dev-20.1.2-r0.core2_32 and llvm-dev-20.1.2-r0.core2_64 (From OE-Core rev: d77e398095228b34851762858a76640e3c2cb0ab) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
458 B
PHP
18 lines
458 B
PHP
do_fetch() {
|
|
:
|
|
}
|
|
do_fetch[noexec] = "1"
|
|
deltask do_unpack
|
|
deltask do_patch
|
|
|
|
SRC_URI = ""
|
|
|
|
do_configure[depends] += "llvm-project-source-${PV}:do_preconfigure"
|
|
do_populate_lic[depends] += "llvm-project-source-${PV}:do_unpack"
|
|
do_create_spdx[depends] += "llvm-project-source-${PV}:do_preconfigure"
|
|
|
|
# spdx shared workdir detection fails as not WORKDIR is altered but S and B
|
|
# return always true to fix that
|
|
def is_work_shared_spdx(d):
|
|
return True
|