SPDX check in License? #743
-
I could be wrong, but I think that 'BSD' is not a valid SPDX string to identify a LICENSE. But a recipe in meta-ros does have it. And it is giving an error when creating the spdx file for the image. And no error/warning/note was generated with the latest version of oelint-adv. br |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think you got a completely wrong impression of what is checked. |
Beta Was this translation helpful? Give feedback.
-
@priv-kweihmann Fine for me. I do understand you point of view. And indeed, invalid license will be detected by yocto itself. |
Beta Was this translation helpful? Give feedback.
I think you got a completely wrong impression of what is checked.
The rule itself only checks for the correct usage of spaces in a multi-licensed license string.
There is no (and there will be no) check on the individual items, at least not as part of the standard delivery of the linter (meta-rubygems does a in detail check of the license settings, but it does not support custom licenses).