mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/containerd: drop CONTAINERD_CPE_ID_VENDOR
Commit 35af2bb801
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@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Reviewed-by: Antoine Coutant <antoine.coutant@smile.fr>
This commit is contained in:
parent
cc2ff8a38e
commit
6ed73df9ee
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user