From 3b01e362b3a6d0c8913f523900fc70d5181a73d0 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.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-containers/docker/docker-moby.bb b/recipes-containers/docker/docker-moby.bb index aadaf829..6b1bc968 100644 --- a/recipes-containers/docker/docker-moby.bb +++ b/recipes-containers/docker/docker-moby.bb @@ -48,6 +48,7 @@ SRC_URI = "\ file://0001-dynbinary-use-go-cross-compiler.patch \ " +SRCREV_FORMAT = "moby_libnetwork" require docker.inc # Apache-2.0 for docker -- cgit v1.2.3-54-g00ecf