All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Stewart <christian@paral.in>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 4/6] package/docker-engine: fix go-module package identifier
Date: Sat, 29 Feb 2020 23:52:21 -0800	[thread overview]
Message-ID: <20200301075223.1398715-4-christian@paral.in> (raw)
In-Reply-To: <20200301075223.1398715-1-christian@paral.in>

Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/docker-engine/docker-engine.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/docker-engine/docker-engine.mk b/package/docker-engine/docker-engine.mk
index eb3a7fd29f..e44d561b45 100644
--- a/package/docker-engine/docker-engine.mk
+++ b/package/docker-engine/docker-engine.mk
@@ -11,14 +11,14 @@ 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_LDFLAGS = \
 	-X main.GitCommit=$(DOCKER_ENGINE_VERSION) \
 	-X main.Version=$(DOCKER_ENGINE_VERSION)
-
 DOCKER_ENGINE_TAGS = cgo exclude_graphdriver_zfs autogen
-DOCKER_ENGINE_BUILD_TARGETS = cmd/dockerd
+
+DOCKER_ENGINE_GOMOD = github.com/docker/docker
+DOCKER_ENGINE_BUILD_TARGETS = $(DOCKER_ENGINE_GOMOD)/cmd/dockerd
 
 ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)
 DOCKER_ENGINE_TAGS += seccomp
-- 
2.25.1

  parent reply	other threads:[~2020-03-01  7:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-01  7:52 [Buildroot] [PATCH v3 1/6] package/go: implement go modules integration Christian Stewart
2020-03-01  7:52 ` [Buildroot] [PATCH v3 2/6] package/runc: remove unnecessary workspace identifier Christian Stewart
2020-03-01  7:52 ` [Buildroot] [PATCH v3 3/6] package/docker-containerd: fix go-module package identifier/targets Christian Stewart
2020-03-01  7:52 ` Christian Stewart [this message]
2020-03-01  7:52 ` [Buildroot] [PATCH v3 5/6] package/docker-cli: fix go-module package identifier Christian Stewart
2020-03-01  7:52 ` [Buildroot] [PATCH v3 6/6] package/docker-proxy: " Christian Stewart
2020-06-06 23:22 ` [Buildroot] [PATCH v3 1/6] package/go: implement go modules integration Christian Stewart
2020-07-17 21:59   ` Christian Stewart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200301075223.1398715-4-christian@paral.in \
    --to=christian@paral.in \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.