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:25:11 -0400
commitac6a86d7154c9749533de039262706d5f8565bfe (patch)
treea7ba7ac6588df00e06ca73da2d474a6c46d6794a
parentbbed941fad385940c420591cdc71d94ebac5a686 (diff)
downloadmeta-virtualization-ac6a86d7154c9749533de039262706d5f8565bfe.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 ab6bdef9..fa4b913e 100644
--- a/recipes-containers/docker/docker-ce_git.bb
+++ b/recipes-containers/docker/docker-ce_git.bb
@@ -20,6 +20,7 @@ DESCRIPTION = "Linux container runtime \
20 20
21SRCREV_docker = "99e3ed89195c4e551e87aad1e7453b65456b03ad" 21SRCREV_docker = "99e3ed89195c4e551e87aad1e7453b65456b03ad"
22SRCREV_libnetwork = "55e924b8a84231a065879156c0de95aefc5f5435" 22SRCREV_libnetwork = "55e924b8a84231a065879156c0de95aefc5f5435"
23SRCREV_FORMAT = "docker_libnetwork"
23SRC_URI = "\ 24SRC_URI = "\
24 git://github.com/docker/docker-ce.git;branch=19.03;name=docker \ 25 git://github.com/docker/docker-ce.git;branch=19.03;name=docker \
25 git://github.com/docker/libnetwork.git;branch=bump_19.03;name=libnetwork;destsuffix=git/libnetwork \ 26 git://github.com/docker/libnetwork.git;branch=bump_19.03;name=libnetwork;destsuffix=git/libnetwork \