diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/meta/cve-update-db-native.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/cve-update-db-native.bb b/meta/recipes-core/meta/cve-update-db-native.bb index 242fbc2f30..cf2b251e21 100644 --- a/meta/recipes-core/meta/cve-update-db-native.bb +++ b/meta/recipes-core/meta/cve-update-db-native.bb | |||
@@ -33,7 +33,6 @@ python do_fetch() { | |||
33 | 33 | ||
34 | db_file = d.getVar("CVE_CHECK_DB_FILE") | 34 | db_file = d.getVar("CVE_CHECK_DB_FILE") |
35 | db_dir = os.path.dirname(db_file) | 35 | db_dir = os.path.dirname(db_file) |
36 | json_tmpfile = os.path.join(db_dir, 'nvd.json.gz') | ||
37 | 36 | ||
38 | if os.path.exists("{0}-journal".format(db_file)): | 37 | if os.path.exists("{0}-journal".format(db_file)): |
39 | # If a journal is present the last update might have been interrupted. In that case, | 38 | # If a journal is present the last update might have been interrupted. In that case, |