summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common-source.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-04-17 18:25:18 -0700
committerKhem Raj <raj.khem@gmail.com>2025-05-05 10:24:26 -0700
commitb6d7ecd8905b0a41c9f06c017d16851c784f02cc (patch)
tree65926761f78e4a883cdcd7eadeeb4a35faa92c12 /recipes-devtools/clang/common-source.inc
parentc378a777aefd192eae797ef633de817e29426667 (diff)
downloadmeta-clang-b6d7ecd8905b0a41c9f06c017d16851c784f02cc.tar.gz
clang: Delete recipes
They are in core layer now Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common-source.inc')
-rw-r--r--recipes-devtools/clang/common-source.inc17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-devtools/clang/common-source.inc b/recipes-devtools/clang/common-source.inc
deleted file mode 100644
index d8a0f68..0000000
--- a/recipes-devtools/clang/common-source.inc
+++ /dev/null
@@ -1,17 +0,0 @@
1do_fetch() {
2 :
3}
4do_fetch[noexec] = "1"
5deltask do_unpack
6deltask do_patch
7
8SRC_URI = ""
9
10do_configure[depends] += "llvm-project-source-${PV}:do_preconfigure"
11do_populate_lic[depends] += "llvm-project-source-${PV}:do_unpack"
12do_create_spdx[depends] += "llvm-project-source-${PV}:do_preconfigure"
13
14# spdx shared workdir detection fails as not WORKDIR is altered but S and B
15# return always true to fix that
16def is_work_shared_spdx(d):
17 return True