[Buildroot] [git commit] package/containerd: drop CONTAINERD_CPE_ID_VENDOR

Yann E. MORIN yann.morin.1998 at free.fr
Mon Feb 5 21:52:33 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=6ed73df9ee774e007432fbf9b6c19b22233f2bfd
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
---
 package/containerd/containerd.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/containerd/containerd.mk b/package/containerd/containerd.mk
index 61a8472ddd..d3ca102797 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