diff options
Diffstat (limited to 'meta/classes')
-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 | ||