From ac6a86d7154c9749533de039262706d5f8565bfe Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 19 Oct 2021 23:18:11 -0400 Subject: 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 --- recipes-containers/docker/docker-ce_git.bb | 1 + 1 file changed, 1 insertion(+) 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 \ SRCREV_docker = "99e3ed89195c4e551e87aad1e7453b65456b03ad" SRCREV_libnetwork = "55e924b8a84231a065879156c0de95aefc5f5435" +SRCREV_FORMAT = "docker_libnetwork" SRC_URI = "\ git://github.com/docker/docker-ce.git;branch=19.03;name=docker \ git://github.com/docker/libnetwork.git;branch=bump_19.03;name=libnetwork;destsuffix=git/libnetwork \ -- cgit v1.2.3-54-g00ecf