summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2025-07-22 18:16:48 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-07-31 13:42:38 -0400
commit135bf45c7405a194820f4dfd5c44ce08c4a72d66 (patch)
treeace2419289f11f907101cc5e8811cacf2d00470a
parentb66d2ca088cddd6fd3d7cdfe1c7bbe4b420ba53d (diff)
downloadmeta-virtualization-135bf45c7405a194820f4dfd5c44ce08c4a72d66.tar.gz
containerd: drop CVE_VERSION
It's easy to forget to update this CVE_VERSION setting. So remove it. The default value of CVE_VERSION is PV. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/containerd/containerd_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb
index b1723547..022f9123 100644
--- a/recipes-containers/containerd/containerd_git.bb
+++ b/recipes-containers/containerd/containerd_git.bb
@@ -17,7 +17,6 @@ LICENSE = "Apache-2.0"
17LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89" 17LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89"
18 18
19CONTAINERD_VERSION = "v2.1.3" 19CONTAINERD_VERSION = "v2.1.3"
20CVE_VERSION = "v2.0.2"
21 20
22# EXTRA_OEMAKE += "GODEBUG=1" 21# EXTRA_OEMAKE += "GODEBUG=1"
23 22