diff options
Diffstat (limited to 'recipes-devtools/clang/common-source.inc')
-rw-r--r-- | recipes-devtools/clang/common-source.inc | 17 |
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 @@ | |||
1 | do_fetch() { | ||
2 | : | ||
3 | } | ||
4 | do_fetch[noexec] = "1" | ||
5 | deltask do_unpack | ||
6 | deltask do_patch | ||
7 | |||
8 | SRC_URI = "" | ||
9 | |||
10 | do_configure[depends] += "llvm-project-source-${PV}:do_preconfigure" | ||
11 | do_populate_lic[depends] += "llvm-project-source-${PV}:do_unpack" | ||
12 | do_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 | ||
16 | def is_work_shared_spdx(d): | ||
17 | return True | ||