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:22:22 -0400
commit39146edd531cc3127156722fdeb4cf2ea3683c8f (patch)
tree3d0960fa2419a0ef3186797ad835310bf618092a
parent92c5e5ef61b974b9fc84d407d1b02d7a5981f112 (diff)
downloadmeta-virtualization-39146edd531cc3127156722fdeb4cf2ea3683c8f.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 \