Message ID | 25ba9895b98715adb66a06e50f644aea2e2c9eb6.1745981510.git.steve@sakoman.com |
---|---|
State | New |
Headers | show |
Series | [kirkstone,01/14] sqlite3: patch CVE-2025-29088 | expand |
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() { if update_db_file(db_tmp_file, d, database_time) == True: # Update downloaded correctly, can swap files shutil.move(db_tmp_file, db_file) - # Need to 'touch' the file to ensure NFS sees the data - os.utime(db_file) else: # Update failed, do not modify the database bb.warn("CVE database update failed")