diff options
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/cve-check.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass index d8087dd7c6..537659df12 100644 --- a/meta/classes/cve-check.bbclass +++ b/meta/classes/cve-check.bbclass | |||
| @@ -184,9 +184,6 @@ def check_cves(d, patched_cves): | |||
| 184 | bb.note("Recipe has been whitelisted, skipping check") | 184 | bb.note("Recipe has been whitelisted, skipping check") |
| 185 | return ([], []) | 185 | return ([], []) |
| 186 | 186 | ||
| 187 | # It is needed to export the proxies to download the database using HTTP | ||
| 188 | bb.utils.export_proxies(d) | ||
| 189 | |||
| 190 | try: | 187 | try: |
| 191 | # Write the faux CSV file to be used with cve-check-tool | 188 | # Write the faux CSV file to be used with cve-check-tool |
| 192 | fd, faux = tempfile.mkstemp(prefix="cve-faux-") | 189 | fd, faux = tempfile.mkstemp(prefix="cve-faux-") |
