Marks CVE check functions which depend on non-constant variable flags as
depending on the variables. This allows changes in the flags to
correctly trigger a rebuild
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
return cve_ids
+@bb.parse.vardeps("CVE_STATUS")
def get_patched_cves(d):
"""
Determines the CVE IDs that have been solved by either patches incuded within
return version + update
+@bb.parse.vardeps("CVE_STATUS", "CVE_CHECK_STATUSMAP")
def decode_cve_status(d, cve):
"""
Convert CVE_STATUS into status, vendor, product, detail and description.