summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common-source.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/common-source.inc')
-rw-r--r--recipes-devtools/clang/common-source.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/clang/common-source.inc b/recipes-devtools/clang/common-source.inc
index cd95453..d8a0f68 100644
--- a/recipes-devtools/clang/common-source.inc
+++ b/recipes-devtools/clang/common-source.inc
@@ -7,9 +7,9 @@ deltask do_patch
7 7
8SRC_URI = "" 8SRC_URI = ""
9 9
10do_configure[depends] += "llvm-project-source-${PV}:do_patch" 10do_configure[depends] += "llvm-project-source-${PV}:do_preconfigure"
11do_populate_lic[depends] += "llvm-project-source-${PV}:do_unpack" 11do_populate_lic[depends] += "llvm-project-source-${PV}:do_unpack"
12do_create_spdx[depends] += "llvm-project-source-${PV}:do_patch" 12do_create_spdx[depends] += "llvm-project-source-${PV}:do_preconfigure"
13 13
14# spdx shared workdir detection fails as not WORKDIR is altered but S and B 14# spdx shared workdir detection fails as not WORKDIR is altered but S and B
15# return always true to fix that 15# return always true to fix that