package/docker-proxy: drop <pkg>_WORKSPACE variable
authorChristian Stewart <christian@paral.in>
Sat, 29 Aug 2020 09:48:23 +0000 (11:48 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 29 Aug 2020 12:49:12 +0000 (14:49 +0200)
With the go.mod integration, the <pkg>_WORKSPACE variable has become
useless, drop it.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/docker-proxy/docker-proxy.mk

index 8843266c3002c2110509ec8fb2aa8ac52acd1af3..6600b24ed9ed33a1adb31e84991af80b46d9ab50 100644 (file)
@@ -12,8 +12,6 @@ DOCKER_PROXY_LICENSE_FILES = LICENSE
 
 DOCKER_PROXY_DEPENDENCIES = host-pkgconf
 
-DOCKER_PROXY_WORKSPACE = gopath
-
 DOCKER_PROXY_BUILD_TARGETS = cmd/proxy
 
 define DOCKER_PROXY_INSTALL_TARGET_CMDS