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>
13 lines
360 B
BlitzBasic
13 lines
360 B
BlitzBasic
# Copyright (C) 2018 Khem Raj <raj.khem@gmail.com>
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
SUMMARY = "This is the canonical git mirror of the LLVM subversion repository."
|
|
HOMEPAGE = "https://github.com/llvm/llvm-project"
|
|
|
|
require llvm-project-source.inc
|
|
require common-clang.inc
|
|
|
|
BPN = "llvm-project-source"
|
|
|
|
EXCLUDE_FROM_WORLD = "1"
|