diff options
| -rw-r--r-- | meta/lib/oe/spdx30_tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/spdx30_tasks.py b/meta/lib/oe/spdx30_tasks.py index 9c422d1757..b43d626df3 100644 --- a/meta/lib/oe/spdx30_tasks.py +++ b/meta/lib/oe/spdx30_tasks.py | |||
| @@ -535,7 +535,7 @@ def create_spdx(d): | |||
| 535 | # specified. | 535 | # specified. |
| 536 | if ( | 536 | if ( |
| 537 | include_vex != "all" | 537 | include_vex != "all" |
| 538 | and "detail" in ("fixed-version", "cpe-stable-backport") | 538 | and detail in ("fixed-version", "cpe-stable-backport") |
| 539 | ): | 539 | ): |
| 540 | bb.debug(1, "Skipping %s since it is already fixed upstream" % cve_id) | 540 | bb.debug(1, "Skipping %s since it is already fixed upstream" % cve_id) |
| 541 | continue | 541 | continue |
