summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/meta/cve-update-nvd2-native.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/meta/cve-update-nvd2-native.bb b/meta/recipes-core/meta/cve-update-nvd2-native.bb
index 74c780493d..945bd1d927 100644
--- a/meta/recipes-core/meta/cve-update-nvd2-native.bb
+++ b/meta/recipes-core/meta/cve-update-nvd2-native.bb
@@ -90,8 +90,6 @@ python do_fetch() {
90 if update_db_file(db_tmp_file, d, database_time) == True: 90 if update_db_file(db_tmp_file, d, database_time) == True:
91 # Update downloaded correctly, can swap files 91 # Update downloaded correctly, can swap files
92 shutil.move(db_tmp_file, db_file) 92 shutil.move(db_tmp_file, db_file)
93 # Need to 'touch' the file to ensure NFS sees the data
94 os.utime(db_file)
95 else: 93 else:
96 # Update failed, do not modify the database 94 # Update failed, do not modify the database
97 bb.warn("CVE database update failed") 95 bb.warn("CVE database update failed")