summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Gardenal <davidegarde2000@gmail.com>2022-04-26 15:49:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-26 18:26:40 +0100
commit284b61d386741053522593b3bd2417de6ce54fc1 (patch)
tree85d06e968b4a7f999ae1326200fa0d30314156ae
parente464cc46bcd7e927a4c0fd71682bed92afccf246 (diff)
downloadpoky-284b61d386741053522593b3bd2417de6ce54fc1.tar.gz
create-spdx: delete virtual/kernel dependency to fix FreeRTOS build
When building FreeRTOS this dependency generates an error because bitbake cannot find any provider for "virtual/kernel". >From a dependency analysis the task is executed independently from this so it can be safely removed. This patch has been discussed in this ML thread: https://lists.openembedded.org/g/openembedded-core/topic/90602531 (From OE-Core rev: 1c02b768a71ec88bfe1cc0c4443683de8b66056e) Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/create-spdx.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/create-spdx.bbclass b/meta/classes/create-spdx.bbclass
index 47a8764bf0..37b6b569a1 100644
--- a/meta/classes/create-spdx.bbclass
+++ b/meta/classes/create-spdx.bbclass
@@ -35,8 +35,6 @@ SPDX_SUPPLIER[doc] = "The SPDX PackageSupplier field for SPDX packages created f
35 is the contact information for the person or organization who is doing the \ 35 is the contact information for the person or organization who is doing the \
36 build." 36 build."
37 37
38do_image_complete[depends] = "virtual/kernel:do_create_spdx"
39
40def extract_licenses(filename): 38def extract_licenses(filename):
41 import re 39 import re
42 40