diff options
-rw-r--r-- | meta/recipes-core/meta/cve-update-nvd2-native.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/meta/cve-update-nvd2-native.bb b/meta/recipes-core/meta/cve-update-nvd2-native.bb index 67d76f75dd..64a96a46f0 100644 --- a/meta/recipes-core/meta/cve-update-nvd2-native.bb +++ b/meta/recipes-core/meta/cve-update-nvd2-native.bb | |||
@@ -26,9 +26,6 @@ NVDCVE_API_KEY ?= "" | |||
26 | # Use a negative value to skip the update | 26 | # Use a negative value to skip the update |
27 | CVE_DB_UPDATE_INTERVAL ?= "86400" | 27 | CVE_DB_UPDATE_INTERVAL ?= "86400" |
28 | 28 | ||
29 | # Timeout for blocking socket operations, such as the connection attempt. | ||
30 | CVE_SOCKET_TIMEOUT ?= "60" | ||
31 | |||
32 | CVE_DB_TEMP_FILE ?= "${CVE_CHECK_DB_DIR}/temp_nvdcve_2.db" | 29 | CVE_DB_TEMP_FILE ?= "${CVE_CHECK_DB_DIR}/temp_nvdcve_2.db" |
33 | 30 | ||
34 | CVE_CHECK_DB_FILE ?= "${CVE_CHECK_DB_DIR}/nvdcve_2.db" | 31 | CVE_CHECK_DB_FILE ?= "${CVE_CHECK_DB_DIR}/nvdcve_2.db" |