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

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


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

With the go.mod integration, the DOCKER_ENGINE_SRC_SUBDIR has become
useless, drop it.

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

diff --git a/package/docker-engine/docker-engine.mk b/package/docker-engine/docker-engine.mk
index 992a3448a0..2119a883bc 100644
--- a/package/docker-engine/docker-engine.mk
+++ b/package/docker-engine/docker-engine.mk
@@ -11,7 +11,6 @@ DOCKER_ENGINE_LICENSE = Apache-2.0
 DOCKER_ENGINE_LICENSE_FILES = LICENSE
 
 DOCKER_ENGINE_DEPENDENCIES = host-pkgconf
-DOCKER_ENGINE_SRC_SUBDIR = github.com/docker/docker
 DOCKER_ENGINE_GOMOD = github.com/docker/docker
 
 DOCKER_ENGINE_LDFLAGS = \


More information about the buildroot mailing list