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

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Aug 29 13:02:30 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=6354edea04f4e8621310b66c2c320db72af8cfd7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Since the go.mod integration, the <pkg>_WORKSPACE variable is useless,
so drop it.

Reported-by: Arnout Vandecappelle <arnout at mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/docker-cli/docker-cli.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/docker-cli/docker-cli.mk b/package/docker-cli/docker-cli.mk
index 9ef1270137..fd96ff9f35 100644
--- a/package/docker-cli/docker-cli.mk
+++ b/package/docker-cli/docker-cli.mk
@@ -6,7 +6,6 @@
 
 DOCKER_CLI_VERSION = 19.03.11
 DOCKER_CLI_SITE = $(call github,docker,cli,v$(DOCKER_CLI_VERSION))
-DOCKER_CLI_WORKSPACE = gopath
 
 DOCKER_CLI_LICENSE = Apache-2.0
 DOCKER_CLI_LICENSE_FILES = LICENSE


More information about the buildroot mailing list