summaryrefslogtreecommitdiffstats
path: root/recipes-networking/cni
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-04-11 08:11:01 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-04-11 08:13:16 -0400
commit654f8d02a6f88f01f1d18dfc80f70d8e5e6cdb5f (patch)
treed7457890d8fc26f5e80ee66a9b18e46b45df77ee /recipes-networking/cni
parent589391db2777f844577a3805fa475515fe62c99f (diff)
downloadmeta-virtualization-654f8d02a6f88f01f1d18dfc80f70d8e5e6cdb5f.tar.gz
cni: fix protocol argument typo
The newly added flannel_plugin had a typo of protcol, so we add our missing 'o' and fix the uri parameter. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/cni')
-rw-r--r--recipes-networking/cni/cni_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb
index 42eed1b2..63c39293 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -17,7 +17,7 @@ SRCREV_FORMAT = "cni_plugins"
17SRC_URI = "\ 17SRC_URI = "\
18 git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \ 18 git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \
19 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \ 19 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \
20 git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plugin;protcol=https;destsuffix=${S}/src/github.com/containernetworking/plugins/plugins/meta/flannel \ 20 git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plugin;protocol=https;destsuffix=${S}/src/github.com/containernetworking/plugins/plugins/meta/flannel \
21 " 21 "
22LICENSE = "Apache-2.0" 22LICENSE = "Apache-2.0"
23LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" 23LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"