diff options
| author | Peter Marko <peter.marko@siemens.com> | 2023-11-27 20:55:35 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-01-04 04:09:43 -1000 |
| commit | 29dd0df225f2dfd4205891c386105698aa5414ff (patch) | |
| tree | 7f2310cb950f1a1f5560ffe51aa6cf1cd7963655 /meta | |
| parent | 0b4769de4a956e6c52a00125768d3f269f14a83a (diff) | |
| download | poky-29dd0df225f2dfd4205891c386105698aa5414ff.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: 5e545e1226dbec48e7c60735ec5969ec0e356f21)
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>
(cherry picked from commit 905b45a814cb33327503b793741c19b44c8550b3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
| -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 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 |
| 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" |
