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 9808120cab..d50d9a2cea 100644
--- a/meta/recipes-core/meta/cve-update-nvd2-native.bb
+++ b/meta/recipes-core/meta/cve-update-nvd2-native.bb
@@ -85,8 +85,6 @@ python do_fetch() {
85 if update_db_file(db_tmp_file, d, database_time) == True: 85 if update_db_file(db_tmp_file, d, database_time) == True:
86 # Update downloaded correctly, can swap files 86 # Update downloaded correctly, can swap files
87 shutil.move(db_tmp_file, db_file) 87 shutil.move(db_tmp_file, db_file)
88 # Need to 'touch' the file to ensure NFS sees the data
89 os.utime(db_file)
90 else: 88 else:
91 # Update failed, do not modify the database 89 # Update failed, do not modify the database
92 bb.warn("CVE database update failed") 90 bb.warn("CVE database update failed")