summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/docker-ce_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-12-07 16:40:04 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-12-07 16:40:04 -0500
commitd3acb1a378e644fe2784a8357390b19695640f78 (patch)
tree7d80c068ec2b9755f008f265f1fb18c688c76bf6 /recipes-containers/docker/docker-ce_git.bb
parente675e3ebbfaf42686076fdf31562d499e3f6d189 (diff)
downloadmeta-virtualization-d3acb1a378e644fe2784a8357390b19695640f78.tar.gz
docker/moby: use generic DOCKER_COMMIT in do_compile
do_compile() is shared and shouldn't have been using SRCREV_moby as that is obviously only set in the moby recipe. Switch to using a generic DOCKER_COMMIT variable and set it in both docker_moby and docker-ce. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker/docker-ce_git.bb')
-rw-r--r--recipes-containers/docker/docker-ce_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb
index bfe4f909..0e34bb61 100644
--- a/recipes-containers/docker/docker-ce_git.bb
+++ b/recipes-containers/docker/docker-ce_git.bb
@@ -45,6 +45,8 @@ SRC_URI = "\
45 file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \ 45 file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \
46 " 46 "
47 47
48DOCKER_COMMIT = "${SRCREV_docker}"
49
48require docker.inc 50require docker.inc
49 51
50# Apache-2.0 for docker 52# Apache-2.0 for docker