diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-05-24 20:05:06 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-26 08:14:49 -0700 |
| commit | ee99af13fd487f12cceef66e901ebd2b58baa8ed (patch) | |
| tree | 9b48eb8f54080d2798af5865eccc794c2ad667bd /recipes-devtools/clang/common-source.inc | |
| parent | ce35c39511f885c64e6075d237a22bf5296d42da (diff) | |
| download | meta-clang-ee99af13fd487f12cceef66e901ebd2b58baa8ed.tar.gz | |
clang-common: Rename task add_distro_vendor -> do_preconfigure
Move the dependency anchor to do_preconfigure instead of do_patch
since do_patch may get deleted when using devtool etc. so it helps
with working on developing clang using devtool
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.inc | 4 |
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 | ||
| 8 | SRC_URI = "" | 8 | SRC_URI = "" |
| 9 | 9 | ||
| 10 | do_configure[depends] += "llvm-project-source-${PV}:do_patch" | 10 | do_configure[depends] += "llvm-project-source-${PV}:do_preconfigure" |
| 11 | do_populate_lic[depends] += "llvm-project-source-${PV}:do_unpack" | 11 | do_populate_lic[depends] += "llvm-project-source-${PV}:do_unpack" |
| 12 | do_create_spdx[depends] += "llvm-project-source-${PV}:do_patch" | 12 | do_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 |
