diff options
| author | Ross Burton <ross.burton@intel.com> | 2019-11-24 15:50:08 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-25 21:37:40 +0000 |
| commit | 9971e87cad577d06f573ce9793f3141c1420f690 (patch) | |
| tree | fbdf2330f97823e146cd2b95065cbb0b2a053af4 | |
| parent | 7d43cbd293155e5f49c9605465035912f3585d17 (diff) | |
| download | poky-9971e87cad577d06f573ce9793f3141c1420f690.tar.gz | |
cve-check: we don't actually need to unpack to check
The patch scanner works with patch files in the layer, not in the workdir, so it
doesn't need to unpack.
(From OE-Core rev: 2cba6ada970deb5156e1ba0182f4f372851e3c17)
(From OE-Core rev: 02e6b727bf62858be7dba061879a6d57bd5a725d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/cve-check.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass index 1c8b2223a2..3326944d79 100644 --- a/meta/classes/cve-check.bbclass +++ b/meta/classes/cve-check.bbclass | |||
| @@ -62,7 +62,7 @@ python do_cve_check () { | |||
| 62 | 62 | ||
| 63 | } | 63 | } |
| 64 | 64 | ||
| 65 | addtask cve_check after do_unpack before do_build | 65 | addtask cve_check before do_build |
| 66 | do_cve_check[depends] = "cve-update-db-native:do_populate_cve_db" | 66 | do_cve_check[depends] = "cve-update-db-native:do_populate_cve_db" |
| 67 | do_cve_check[nostamp] = "1" | 67 | do_cve_check[nostamp] = "1" |
| 68 | 68 | ||
| @@ -70,7 +70,6 @@ python cve_check_cleanup () { | |||
| 70 | """ | 70 | """ |
| 71 | Delete the file used to gather all the CVE information. | 71 | Delete the file used to gather all the CVE information. |
| 72 | """ | 72 | """ |
| 73 | |||
| 74 | bb.utils.remove(e.data.getVar("CVE_CHECK_TMP_FILE")) | 73 | bb.utils.remove(e.data.getVar("CVE_CHECK_TMP_FILE")) |
| 75 | } | 74 | } |
| 76 | 75 | ||
