summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2023-11-27 20:55:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-02 17:18:57 +0000
commitd6d94eed1e1dd25985656fbf80d86df7c4dcfbc6 (patch)
treeda861b4f6da80ea54db82224cf277830cf1c29a2 /meta/recipes-core
parentfdbf77924572274e30bc8638dd78702fb73fbbbf (diff)
downloadpoky-d6d94eed1e1dd25985656fbf80d86df7c4dcfbc6.tar.gz
cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
This variable is not referenced in oe-core anymore. (From OE-Core rev: 905b45a814cb33327503b793741c19b44c8550b3) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/meta/cve-update-nvd2-native.bb3
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 d0321f1bb5..08895013cf 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
27CVE_DB_UPDATE_INTERVAL ?= "86400" 27CVE_DB_UPDATE_INTERVAL ?= "86400"
28 28
29# Timeout for blocking socket operations, such as the connection attempt.
30CVE_SOCKET_TIMEOUT ?= "60"
31
32CVE_DB_TEMP_FILE ?= "${CVE_CHECK_DB_DIR}/temp_nvdcve_2.db" 29CVE_DB_TEMP_FILE ?= "${CVE_CHECK_DB_DIR}/temp_nvdcve_2.db"
33 30
34CVE_CHECK_DB_FILE ?= "${CVE_CHECK_DB_DIR}/nvdcve_2.db" 31CVE_CHECK_DB_FILE ?= "${CVE_CHECK_DB_DIR}/nvdcve_2.db"