Skip to content

Commit

Permalink
llvm-project-source: fix create-spdx handling
Browse files Browse the repository at this point in the history
as the recipe populates the shared source tree as part of
do_patch, but create-spdx does only wait for do_unpack.
Add an explicit dependency to wait to avoid race conditions

Signed-off-by: Konrad Weihmann <kweihmann@witekio.com>
  • Loading branch information
Konrad Weihmann authored and kraj committed Jan 17, 2023
1 parent bc8388c commit dc95c5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-devtools/clang/llvm-project-source.inc
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,5 @@ python add_distro_vendor() {
}

do_patch[postfuncs] += "add_distro_vendor"
do_create_spdx[depends] += "${PN}:do_patch"

0 comments on commit dc95c5e

Please sign in to comment.