From: Khem Raj Date: Thu, 26 Mar 2026 02:33:22 +0000 (-0700) Subject: nativesdk-clang-glue: Delete do_create_recipe_spdx X-Git-Tag: yocto-6.0_M3~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81d8bf4d0d472f3f32419cf5dcb4728164f8773e;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git nativesdk-clang-glue: Delete do_create_recipe_spdx Delete this task, it is in SPDX 3.0 implementation Fixes ERROR: Task /mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/clang/clang-crosssdk_git.bb:do_create_recipe_spdx has circular dependency on /mnt/b/yoe/master/sources/openembedded-core/meta/recipes-devtools/clang/nativesdk-clang-glue.bb:do_create_recipe_spdx ERROR: Command execution failed: 1 Signed-off-by: Khem Raj Cc: Joshua Watt --- diff --git a/meta/recipes-devtools/clang/nativesdk-clang-glue.bb b/meta/recipes-devtools/clang/nativesdk-clang-glue.bb index 8e5622f6c1..d113b6cd9a 100644 --- a/meta/recipes-devtools/clang/nativesdk-clang-glue.bb +++ b/meta/recipes-devtools/clang/nativesdk-clang-glue.bb @@ -34,3 +34,4 @@ deltask do_unpack deltask do_create_spdx deltask do_create_package_spdx deltask do_create_runtime_spdx +deltask do_create_recipe_spdx