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
commit9c7927f11e5d0c443a92e8e55e024c9c1ceda7e2 (patch)
treee594366e8c534b4a0c05ff2c1c5ac6fe9860988c
parent39146edd531cc3127156722fdeb4cf2ea3683c8f (diff)
downloadmeta-virtualization-9c7927f11e5d0c443a92e8e55e024c9c1ceda7e2.tar.gz
docker-moby: 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-moby_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb
index defb3213..85d49ec2 100644
--- a/recipes-containers/docker/docker-moby_git.bb
+++ b/recipes-containers/docker/docker-moby_git.bb
@@ -37,6 +37,7 @@ DESCRIPTION = "Linux container runtime \
37SRCREV_moby = "d24c6dc5cf5e68dfb30027b2db454099566a9b9e" 37SRCREV_moby = "d24c6dc5cf5e68dfb30027b2db454099566a9b9e"
38SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8" 38SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8"
39SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b" 39SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b"
40SRCREV_FORMAT = "moby_libnetwork"
40SRC_URI = "\ 41SRC_URI = "\
41 git://github.com/moby/moby.git;branch=20.10;name=moby \ 42 git://github.com/moby/moby.git;branch=20.10;name=moby \
42 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \ 43 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \