diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-19 23:18:11 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-19 23:21:42 -0400 |
commit | 36cdef7c5f08f4f904efe6f454b736b65b4d9055 (patch) | |
tree | 7f91e2a8b02246ee3f0b4a13993bec3bd6c5038d /recipes-networking/cni | |
parent | 89b1a89d9ef25b357ac31c2de5a93aecbd1a369b (diff) | |
download | meta-virtualization-36cdef7c5f08f4f904efe6f454b736b65b4d9055.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>
Diffstat (limited to 'recipes-networking/cni')
-rw-r--r-- | recipes-networking/cni/cni_git.bb | 1 |
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. \ | |||
12 | SRCREV_cni = "b5ab16f010e822936eb974690ecec38ba69afc01" | 12 | SRCREV_cni = "b5ab16f010e822936eb974690ecec38ba69afc01" |
13 | # Version 0.9.1 | 13 | # Version 0.9.1 |
14 | SRCREV_plugins = "78702e9d8a2cdb6931fab433f1d1e6789162954f" | 14 | SRCREV_plugins = "78702e9d8a2cdb6931fab433f1d1e6789162954f" |
15 | SRCREV_FORMAT = "cni_plugins" | ||
15 | SRC_URI = "\ | 16 | SRC_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 \ |