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:26:42 -0400
commit3b01e362b3a6d0c8913f523900fc70d5181a73d0 (patch)
tree91bb39a3b3ee129b81a22a5234d66b6e42f14359
parentac6a86d7154c9749533de039262706d5f8565bfe (diff)
downloadmeta-virtualization-3b01e362b3a6d0c8913f523900fc70d5181a73d0.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.bb1
1 files changed, 1 insertions, 0 deletions
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 = "\
48 file://0001-dynbinary-use-go-cross-compiler.patch \ 48 file://0001-dynbinary-use-go-cross-compiler.patch \
49 " 49 "
50 50
51SRCREV_FORMAT = "moby_libnetwork"
51require docker.inc 52require docker.inc
52 53
53# Apache-2.0 for docker 54# Apache-2.0 for docker