[Buildroot] [git commit branch/2023.02.x] package/containerd: drop CONTAINERD_CPE_ID_VENDOR

Peter Korsgaard peter at korsgaard.com
Thu Feb 29 15:42:37 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=98b4832b4417dd3eb3e2d20625c19fba0b34ccf9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2023.02.x

Commit 35af2bb8011ea57642777acf5613afa244d325d7 set
CONTAINERD_CPE_ID_PRODUCT to containerd but this is not needed as
CONTAINERD_CPE_ID_PRODUCT will be set to the package name
(i.e. containerd) by default

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
Reviewed-by: Antoine Coutant <antoine.coutant at smile.fr>
(cherry picked from commit 6ed73df9ee774e007432fbf9b6c19b22233f2bfd)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/containerd/containerd.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/containerd/containerd.mk b/package/containerd/containerd.mk
index c4a6d854c3..68213c60be 100644
--- a/package/containerd/containerd.mk
+++ b/package/containerd/containerd.mk
@@ -9,7 +9,6 @@ CONTAINERD_SITE = $(call github,containerd,containerd,v$(CONTAINERD_VERSION))
 CONTAINERD_LICENSE = Apache-2.0
 CONTAINERD_LICENSE_FILES = LICENSE
 CONTAINERD_CPE_ID_VENDOR = linuxfoundation
-CONTAINERD_CPE_ID_PRODUCT = containerd
 
 CONTAINERD_GOMOD = github.com/containerd/containerd
 



More information about the buildroot mailing list