From 2d3f9dd9dc2c1ee332cc45ada2c0609ade53a645 Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Mon, 16 Jan 2023 08:21:47 +0100 Subject: llvm-project-source: fix create-spdx handling 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 --- recipes-devtools/clang/llvm-project-source.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-devtools/clang/llvm-project-source.inc') diff --git a/recipes-devtools/clang/llvm-project-source.inc b/recipes-devtools/clang/llvm-project-source.inc index d7b91e0..1256763 100644 --- a/recipes-devtools/clang/llvm-project-source.inc +++ b/recipes-devtools/clang/llvm-project-source.inc @@ -54,3 +54,5 @@ python add_distro_vendor() { } do_patch[postfuncs] += "add_distro_vendor" +do_create_spdx[depends] += "${PN}:do_patch" + -- cgit v1.2.3-54-g00ecf