[oe-commits] [openembedded-core] 08/43: cve-check: add do_rootfs dependency on cve-check

git at git.openembedded.org git at git.openembedded.org
Mon Jun 12 14:09:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit a1af526e43cb476472a6203882c12deef297f542
Author: Peter Marko <peter.marko at siemens.com>
AuthorDate: Wed Jun 7 08:04:28 2017 +0200

    cve-check: add do_rootfs dependency on cve-check
    
    Since do_rootfs depends on cve-check results of all recipes,
    we need to recursively depend on recipe do_cve_check.
    
    Signed-off-by: Peter Marko <peter.marko at siemens.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/cve-check.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass
index f5d73fd..6f5b0f5 100644
--- a/meta/classes/cve-check.bbclass
+++ b/meta/classes/cve-check.bbclass
@@ -107,6 +107,7 @@ python cve_check_write_rootfs_manifest () {
 }
 
 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 ''}"
 
 def get_patches_cves(d):
     """

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list