From patchwork Sun Mar 1 07:52:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Stewart X-Patchwork-Id: 1247240 X-Patchwork-Delegate: thomas.petazzoni@free-electrons.com Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=paral.in Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48Vb9H05bGz9sSH for ; Sun, 1 Mar 2020 18:52:50 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 087F4861CF; Sun, 1 Mar 2020 07:52:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o5IDMINr7gMc; Sun, 1 Mar 2020 07:52:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0979086767; Sun, 1 Mar 2020 07:52:37 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 3E5D71BF3FE for ; Sun, 1 Mar 2020 07:52:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3B28887F52 for ; Sun, 1 Mar 2020 07:52:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L5RRDKy+jkjD for ; Sun, 1 Mar 2020 07:52:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pg1-f171.google.com (mail-pg1-f171.google.com [209.85.215.171]) by hemlock.osuosl.org (Postfix) with ESMTPS id 9184887F50 for ; Sun, 1 Mar 2020 07:52:30 +0000 (UTC) Received: by mail-pg1-f171.google.com with SMTP id t24so3803655pgj.7 for ; Sat, 29 Feb 2020 23:52:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ZSzqHEySG1s20FKmXLiCqHhbKwxWrKiaL8RF+724rWU=; b=R524RC2FhQMU6ZJTsfHBi9XYXHcEfgTjr74WvH+mKwQfxRvPJIeRLzAYZb+VP35ZB0 sepunFbI5v/IVsQl+N/2CmLZWNNWOrZyQevEgBucYfOcWbvnI9dyE3k38DBGhKYbopXL +vaHPZihPPfZ4FVRp+qVJkaFTdhFdE0qru8JiOSAcyeUCK8XCxgOk1ORf1azDFaKisxq rTre9px033BvcZ103e0cGmfHuWWE+pgNuQ9Dpoj2XlyeG/h9f2ogKfEI155Ar5xJt8i+ S0AyNO+2X5Qzsfp95CcsAu0YAODDb42TNBE2crnqnjcXGxjc1EvRdDWZzMYYkj3lSssC gC/A== X-Gm-Message-State: APjAAAWa2OmfFkCVMlYhvgpaeiks4r+hsBVFsawMU2WlU492WLpQzbH3 iCXFHoYCjpnOEFz8r2yCcn/V/A63JroTEw== X-Google-Smtp-Source: APXvYqzLkwn6PJxpU7KULDobox4rhjRm9GUxmtj5CSSDiLYrWrYVh9Kcr6BR46fMos9UrdsiqFmOpA== X-Received: by 2002:a63:4823:: with SMTP id v35mr12941242pga.177.1583049149819; Sat, 29 Feb 2020 23:52:29 -0800 (PST) Received: from localhost.localdomain (cpe-172-91-135-199.socal.res.rr.com. [172.91.135.199]) by smtp.gmail.com with ESMTPSA id 190sm15955676pga.85.2020.02.29.23.52.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 29 Feb 2020 23:52:29 -0800 (PST) From: Christian Stewart To: buildroot@buildroot.org Date: Sat, 29 Feb 2020 23:52:21 -0800 Message-Id: <20200301075223.1398715-4-christian@paral.in> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200301075223.1398715-1-christian@paral.in> References: <20200301075223.1398715-1-christian@paral.in> MIME-Version: 1.0 Subject: [Buildroot] [PATCH v3 4/6] package/docker-engine: fix go-module package identifier X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Korsgaard , Christian Stewart , Vincent Fazio , Anisse Astier , Thomas Petazzoni , Angelo Compagnucci Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Christian Stewart --- 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