From 654f8d02a6f88f01f1d18dfc80f70d8e5e6cdb5f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 11 Apr 2022 08:11:01 -0400 Subject: 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 --- recipes-networking/cni/cni_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-networking/cni/cni_git.bb') 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" SRC_URI = "\ git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \ git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \ - git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plugin;protcol=https;destsuffix=${S}/src/github.com/containernetworking/plugins/plugins/meta/flannel \ + git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plugin;protocol=https;destsuffix=${S}/src/github.com/containernetworking/plugins/plugins/meta/flannel \ " LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" -- cgit v1.2.3-54-g00ecf