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
commit8d312d28e54ecabcb2c7df1b59b913f9b6f43eca (patch)
tree0fbf9d7282a2f92f51a7d154cd5f2d596a632b45
parent39732c039b160c1b27176ed2dc4d84bf8bbd2673 (diff)
downloadmeta-virtualization-8d312d28e54ecabcb2c7df1b59b913f9b6f43eca.tar.gz
cni: 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-networking/cni/cni_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb
index cb8d6fff..d211de82 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -12,6 +12,7 @@ is simple to implement. \
12SRCREV_cni = "b5ab16f010e822936eb974690ecec38ba69afc01" 12SRCREV_cni = "b5ab16f010e822936eb974690ecec38ba69afc01"
13# Version 0.9.1 13# Version 0.9.1
14SRCREV_plugins = "78702e9d8a2cdb6931fab433f1d1e6789162954f" 14SRCREV_plugins = "78702e9d8a2cdb6931fab433f1d1e6789162954f"
15SRCREV_FORMAT = "cni_plugins"
15SRC_URI = "\ 16SRC_URI = "\
16 git://github.com/containernetworking/cni.git;nobranch=1;name=cni \ 17 git://github.com/containernetworking/cni.git;nobranch=1;name=cni \
17 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins \ 18 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins \