summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/docker')
-rw-r--r--recipes-containers/docker/docker.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker.inc b/recipes-containers/docker/docker.inc
index 3843f3b6..05a14f97 100644
--- a/recipes-containers/docker/docker.inc
+++ b/recipes-containers/docker/docker.inc
@@ -50,7 +50,7 @@ do_configure[noexec] = "1"
50# Export for possible use in Makefiles, default value comes from go.bbclass 50# Export for possible use in Makefiles, default value comes from go.bbclass
51export GO_LINKSHARED 51export GO_LINKSHARED
52 52
53DOCKER_PKG="github.com/docker/docker" 53DOCKER_PKG = "github.com/docker/docker"
54# in order to exclude devicemapper and btrfs - https://github.com/docker/docker/issues/14056 54# in order to exclude devicemapper and btrfs - https://github.com/docker/docker/issues/14056
55BUILD_TAGS ?= "exclude_graphdriver_btrfs exclude_graphdriver_devicemapper" 55BUILD_TAGS ?= "exclude_graphdriver_btrfs exclude_graphdriver_devicemapper"
56 56