From 9c7927f11e5d0c443a92e8e55e024c9c1ceda7e2 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 19 Oct 2021 23:18:11 -0400 Subject: 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 --- recipes-containers/docker/docker-moby_git.bb | 1 + 1 file changed, 1 insertion(+) 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 \ SRCREV_moby = "d24c6dc5cf5e68dfb30027b2db454099566a9b9e" SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8" SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b" +SRCREV_FORMAT = "moby_libnetwork" SRC_URI = "\ git://github.com/moby/moby.git;branch=20.10;name=moby \ git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \ -- cgit v1.2.3-54-g00ecf