[Buildroot] [git commit branch/next] package/docker-containerd: drop <pkg>_WORKSPACE variable

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Aug 29 12:49:12 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=a7ed0ae6cca1b86f03b81d461ae18fbac28df262
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

With the go.mod integration, the <pkg>_WORKSPACE variable is no longer
needed, drop it.

Signed-off-by: Christian Stewart <christian at paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/docker-containerd/docker-containerd.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/docker-containerd/docker-containerd.mk b/package/docker-containerd/docker-containerd.mk
index 343d587907..904fa424b8 100644
--- a/package/docker-containerd/docker-containerd.mk
+++ b/package/docker-containerd/docker-containerd.mk
@@ -9,7 +9,6 @@ DOCKER_CONTAINERD_SITE = $(call github,containerd,containerd,v$(DOCKER_CONTAINER
 DOCKER_CONTAINERD_LICENSE = Apache-2.0
 DOCKER_CONTAINERD_LICENSE_FILES = LICENSE
 
-DOCKER_CONTAINERD_WORKSPACE = vendor
 DOCKER_CONTAINERD_GOMOD = github.com/containerd/containerd
 
 DOCKER_CONTAINERD_LDFLAGS = \


More information about the buildroot mailing list