summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-10-19 23:18:11 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-10-19 23:18:11 -0400
commitda57fa2aa41a013a35063c26383a235611ed74df (patch)
tree1493f11316cff5825a6b97f7dc90d1ad7034b0c2
parent03cd8aa82e549c6fe1b1e92acde11b8933bb1108 (diff)
downloadmeta-virtualization-da57fa2aa41a013a35063c26383a235611ed74df.tar.gz
docker-ce: add SRCREV_FORMAT
recipes that use multiple SCMs in the SRC_URI, must supply SRCREV_FORMAT or SRCPV triggers an expansion error. While this isn't fatal during the build, it can cause issues with setscene (and possibly) other tasks failing, which then leads to no sstate re-use, etc. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/docker/docker-ce_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb
index 1dd1488e..71d659ce 100644
--- a/recipes-containers/docker/docker-ce_git.bb
+++ b/recipes-containers/docker/docker-ce_git.bb
@@ -34,6 +34,7 @@ DESCRIPTION = "Linux container runtime \
34SRCREV_docker = "d24c6dc5cf5e68dfb30027b2db454099566a9b9e" 34SRCREV_docker = "d24c6dc5cf5e68dfb30027b2db454099566a9b9e"
35SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8" 35SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8"
36SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b" 36SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b"
37SRCREV_FORMAT = "docker_libnetwork"
37SRC_URI = "\ 38SRC_URI = "\
38 git://github.com/docker/docker.git;branch=20.10;name=docker \ 39 git://github.com/docker/docker.git;branch=20.10;name=docker \
39 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \ 40 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \