diff options
| author | Ross Burton <ross@burtonini.com> | 2020-09-10 22:04:13 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-12 14:49:00 +0100 |
| commit | 33efd9351702e08a53e6512e235f947e4f9e914f (patch) | |
| tree | fe9d6adf513ae315aad2f43162bb1824c558d25b /meta/classes/cve-check.bbclass | |
| parent | f0d9c8926be8ef9f21e3707de4a449ed63ea9067 (diff) | |
| download | poky-33efd9351702e08a53e6512e235f947e4f9e914f.tar.gz | |
cve-update-db-native: use fetch task
Instead of inventing a new task to fetch the CVE data, use the existing
fetch task.
(From OE-Core rev: f5f97d33a1703d75b9fd9760f2c7767081538e00)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cve-check.bbclass')
| -rw-r--r-- | meta/classes/cve-check.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass index 17f64a8a9c..02fef7c205 100644 --- a/meta/classes/cve-check.bbclass +++ b/meta/classes/cve-check.bbclass | |||
| @@ -97,7 +97,7 @@ python do_cve_check () { | |||
| 97 | } | 97 | } |
| 98 | 98 | ||
| 99 | addtask cve_check before do_build after do_fetch | 99 | addtask cve_check before do_build after do_fetch |
| 100 | do_cve_check[depends] = "cve-update-db-native:do_populate_cve_db" | 100 | do_cve_check[depends] = "cve-update-db-native:do_fetch" |
| 101 | do_cve_check[nostamp] = "1" | 101 | do_cve_check[nostamp] = "1" |
| 102 | 102 | ||
| 103 | python cve_check_cleanup () { | 103 | python cve_check_cleanup () { |
