Skip to content
Snippets Groups Projects
Commit ffa5dfc9 authored by Davide Gardenal's avatar Davide Gardenal
Browse files

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 indipendently 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

Upstream-Status: Submitted
https://lists.openembedded.org/g/openembedded-core/message/164876



Signed-off-by: Davide Gardenal's avatarDavide Gardenal <davide.gardenal@huawei.com>
parent acb23692
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,6 @@ SPDX_SUPPLIER[doc] = "The SPDX PackageSupplier field for SPDX packages created f ...@@ -35,8 +35,6 @@ SPDX_SUPPLIER[doc] = "The SPDX PackageSupplier field for SPDX packages created f
is the contact information for the person or organization who is doing the \ is the contact information for the person or organization who is doing the \
build." build."
do_image_complete[depends] = "virtual/kernel:do_create_spdx"
def extract_licenses(filename): def extract_licenses(filename):
import re import re
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment