If spdx is generated without inheriting cve/vex classes (which is poky
default), only explicitly set CVE_STATUS fields are handled.
Calculated ones (e.g. from CVE_STATUS_GROUPS) are ignored.
Fix this by expanding the CVE_STATUS in spdx classes.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
SPDX_MULTILIB_SSTATE_ARCHS ??= "${SSTATE_ARCHS}"
+python () {
+ from oe.cve_check import extend_cve_status
+ extend_cve_status(d)
+}
+
def create_spdx_source_deps(d):
import oe.spdx_common