Skip to content
Snippets Groups Projects
Verified Commit 8e3d960b authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

cve-check.bbclass: Fix override syntax


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 28f3dcf2
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
...@@ -176,7 +176,7 @@ python cve_check_write_rootfs_manifest () { ...@@ -176,7 +176,7 @@ python cve_check_write_rootfs_manifest () {
bb.plain("Image CVE status stored in: %s" % manifest_name) bb.plain("Image CVE status stored in: %s" % manifest_name)
} }
ROOTFS_POSTPROCESS_COMMAND_prepend = "${@'cve_check_write_rootfs_manifest; ' if d.getVar('CVE_CHECK_CREATE_MANIFEST') == '1' else ''}" ROOTFS_POSTPROCESS_COMMAND:prepend = "${@'cve_check_write_rootfs_manifest; ' if d.getVar('CVE_CHECK_CREATE_MANIFEST') == '1' else ''}"
do_rootfs[recrdeptask] += "${@'do_cve_check' if d.getVar('CVE_CHECK_CREATE_MANIFEST') == '1' else ''}" do_rootfs[recrdeptask] += "${@'do_cve_check' if d.getVar('CVE_CHECK_CREATE_MANIFEST') == '1' else ''}"
def save_status_file(d, tmp_file, logpath, summary_name, timestamp): def save_status_file(d, tmp_file, logpath, summary_name, timestamp):
......
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