diff options
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/castxml/castxml_0.6.11.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/common.inc | 72 | ||||
-rw-r--r-- | recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/rust/rust-llvm_%.bbappend | 2 | ||||
-rw-r--r-- | recipes-devtools/rust/rust_%.bbappend | 3 |
5 files changed, 2 insertions, 79 deletions
diff --git a/recipes-devtools/castxml/castxml_0.6.11.bb b/recipes-devtools/castxml/castxml_0.6.11.bb index 7eccc77..69663e0 100644 --- a/recipes-devtools/castxml/castxml_0.6.11.bb +++ b/recipes-devtools/castxml/castxml_0.6.11.bb | |||
@@ -6,8 +6,6 @@ SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master" | |||
6 | 6 | ||
7 | SRCREV = "f38c024b395187814f14f77974d8f5240bb2e71f" | 7 | SRCREV = "f38c024b395187814f14f77974d8f5240bb2e71f" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | DEPENDS = "clang" | 9 | DEPENDS = "clang" |
12 | inherit cmake pkgconfig python3native | 10 | inherit cmake pkgconfig python3native |
13 | 11 | ||
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc deleted file mode 100644 index e49bd68..0000000 --- a/recipes-devtools/clang/common.inc +++ /dev/null | |||
@@ -1,72 +0,0 @@ | |||
1 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/clang:" | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://llvm/LICENSE.TXT;md5=${LLVMMD5SUM} \ | ||
4 | file://clang/LICENSE.TXT;md5=${CLANGMD5SUM} \ | ||
5 | " | ||
6 | LICENSE = "Apache-2.0-with-LLVM-exception" | ||
7 | |||
8 | # Snapshot | ||
9 | #RELEASE ?= "a69568efe6c4972e71af295c6577b3412dd57c22" | ||
10 | #BASEURI ?= "https://api.github.com/repos/llvm/llvm-project/tarball/${RELEASE};downloadfilename=llvm-${PV}-${RELEASE}.tar.gz" | ||
11 | #SOURCEDIR ?= "llvm-llvm-project-${@'${RELEASE}'[0:7]}" | ||
12 | #SRC_URI[sha256sum] = "aed4f66cd72867b36cc55a0588436933c3d58d3e61ca782b6bf57605d3fdcb09" | ||
13 | |||
14 | # GA Release | ||
15 | RELEASE ?= "${PV}" | ||
16 | BASEURI ?= "${LLVM_HTTP}/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz" | ||
17 | SOURCEDIR ?= "llvm-project-${PV}.src" | ||
18 | SRC_URI[sha256sum] = "f0a4a240aabc9b056142d14d5478bb6d962aeac549cbd75b809f5499240a8b38" | ||
19 | |||
20 | SRC_URI = "\ | ||
21 | ${BASEURI} \ | ||
22 | file://0001-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch \ | ||
23 | file://0002-compiler-rt-support-a-new-embedded-linux-target.patch \ | ||
24 | file://0003-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch \ | ||
25 | file://0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ | ||
26 | file://0005-llvm-allow-env-override-of-exe-and-libdir-path.patch \ | ||
27 | file://0006-clang-driver-Check-sysroot-for-ldso-path.patch \ | ||
28 | file://0007-clang-Driver-tools.cpp-Add-lssp_nonshared-on-musl.patch \ | ||
29 | file://0008-clang-Prepend-trailing-to-sysroot.patch \ | ||
30 | file://0009-clang-Look-inside-the-target-sysroot-for-compiler-ru.patch \ | ||
31 | file://0010-clang-Define-releative-gcc-installation-dir.patch \ | ||
32 | file://0011-clang-Add-lpthread-and-ldl-along-with-lunwind-for-st.patch \ | ||
33 | file://0012-Pass-PYTHON_EXECUTABLE-when-cross-compiling-for-nati.patch \ | ||
34 | file://0013-Check-for-atomic-double-intrinsics.patch \ | ||
35 | file://0014-cmake-Fix-configure-for-packages-using-find_package.patch \ | ||
36 | file://0015-clang-Fix-resource-dir-location-for-cross-toolchains.patch \ | ||
37 | file://0016-clang-driver-Add-dyld-prefix-when-checking-sysroot-f.patch \ | ||
38 | file://0017-clang-Use-python3-in-python-scripts.patch \ | ||
39 | file://0018-For-x86_64-set-Yocto-based-GCC-install-search-path.patch \ | ||
40 | file://0019-llvm-Insert-anchor-for-adding-OE-distro-vendor-names.patch \ | ||
41 | file://0020-compiler-rt-Do-not-use-backtrace-APIs-on-non-glibc-l.patch \ | ||
42 | file://0021-clang-Fix-x86-triple-for-non-debian-multiarch-linux-.patch \ | ||
43 | file://0022-libunwind-Added-unw_backtrace-method.patch \ | ||
44 | file://0023-clang-Do-not-use-install-relative-libc-headers.patch \ | ||
45 | file://0024-Fix-lib-paths-for-OpenEmbedded-Host.patch \ | ||
46 | file://0025-Correct-library-search-path-for-OpenEmbedded-Host.patch \ | ||
47 | file://0026-lldb-Link-with-libatomic-on-x86.patch \ | ||
48 | file://0027-compiler-rt-Enable-__int128-for-ppc32.patch \ | ||
49 | file://0028-llvm-Do-not-use-cmake-infra-to-detect-libzstd.patch \ | ||
50 | file://0029-compiler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch \ | ||
51 | file://0030-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \ | ||
52 | file://0031-ToolChains-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch \ | ||
53 | file://0032-clang-llvm-Add-OE-specific-ABI-triple-for-N32-ABI.patch \ | ||
54 | file://0033-llvm-Add-libunwind.pc.in-and-llvm-config-scripts.patch \ | ||
55 | file://0034-scan-build-py-respect-LLVM_LIBDIR_SUFFIX-like-other-.patch \ | ||
56 | file://0035-compiler-rt-Do-not-pass-target-to-clang-compiler.patch \ | ||
57 | file://0036-Fix-build-on-ppc64-musl.patch \ | ||
58 | file://0037-clangd-Add-a-build-option-to-disable-building-dexp.patch \ | ||
59 | file://0001-llvm-config-remove-LLVM_LDFLAGS-from-ldflags-output.patch \ | ||
60 | " | ||
61 | # Fallback to no-PIE if not set | ||
62 | GCCPIE ??= "" | ||
63 | |||
64 | S = "${TMPDIR}/work-shared/llvm-project-source-${PV}-${PR}/${SOURCEDIR}" | ||
65 | B ?= "${WORKDIR}/llvm-project-source-${PV}/build.${HOST_SYS}.${TARGET_SYS}" | ||
66 | |||
67 | # We need to ensure that for the shared work directory, the do_patch signatures match | ||
68 | # The real WORKDIR location isn't a dependency for the shared workdir. | ||
69 | src_patches[vardepsexclude] = "WORKDIR" | ||
70 | should_apply[vardepsexclude] += "PN" | ||
71 | |||
72 | BPN = "clang" | ||
diff --git a/recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb b/recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb index 9ba16b6..7c4392f 100644 --- a/recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb +++ b/recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb | |||
@@ -15,8 +15,6 @@ SRCREV = "fa1094c0b3848f82244778bc6153cc84f8a890f6" | |||
15 | 15 | ||
16 | PV .= "+git" | 16 | PV .= "+git" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | inherit cmake python3native | 18 | inherit cmake python3native |
21 | 19 | ||
22 | EXTRA_OECMAKE = "-DIWYU_RESOURCE_RELATIVE_TO=iwyu" | 20 | EXTRA_OECMAKE = "-DIWYU_RESOURCE_RELATIVE_TO=iwyu" |
diff --git a/recipes-devtools/rust/rust-llvm_%.bbappend b/recipes-devtools/rust/rust-llvm_%.bbappend index 09963d1..cc5c255 100644 --- a/recipes-devtools/rust/rust-llvm_%.bbappend +++ b/recipes-devtools/rust/rust-llvm_%.bbappend | |||
@@ -1,3 +1,3 @@ | |||
1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | inherit clang-native | 3 | TOOLCHAIN_NATIVE ?= "clang" |
diff --git a/recipes-devtools/rust/rust_%.bbappend b/recipes-devtools/rust/rust_%.bbappend index 4d7022f..cc5c255 100644 --- a/recipes-devtools/rust/rust_%.bbappend +++ b/recipes-devtools/rust/rust_%.bbappend | |||
@@ -1,4 +1,3 @@ | |||
1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | inherit clang-native | 3 | TOOLCHAIN_NATIVE ?= "clang" |
4 | |||