From: Peter Marko Date: Mon, 27 Nov 2023 19:55:35 +0000 (+0100) Subject: cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT X-Git-Tag: yocto-5.2~4456 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=905b45a814cb33327503b793741c19b44c8550b3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT This variable is not referenced in oe-core anymore. Signed-off-by: Peter Marko Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/cve-update-nvd2-native.bb b/meta/recipes-core/meta/cve-update-nvd2-native.bb index d0321f1bb5a..08895013cff 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 ?= "" # Use a negative value to skip the update CVE_DB_UPDATE_INTERVAL ?= "86400" -# Timeout for blocking socket operations, such as the connection attempt. -CVE_SOCKET_TIMEOUT ?= "60" - CVE_DB_TEMP_FILE ?= "${CVE_CHECK_DB_DIR}/temp_nvdcve_2.db" CVE_CHECK_DB_FILE ?= "${CVE_CHECK_DB_DIR}/nvdcve_2.db"