mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
package/containerd: drop CONTAINERD_CPE_ID_VENDOR
Commit35af2bb801set 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@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Reviewed-by: Antoine Coutant <antoine.coutant@smile.fr> (cherry picked from commit6ed73df9ee) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
62279f8592
commit
98b4832b44
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user