summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-networking/cni/cni_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb
index 06cef81f..71880cd1 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -9,13 +9,13 @@ Because of this focus, CNI has a wide range of support and the specification \
9is simple to implement. \ 9is simple to implement. \
10" 10"
11 11
12SRCREV_cni = "f024754da8d49bdac31d99d04355ddfe0340f8eb" 12SRCREV_cni = "ca96f4ca96d89f4d7fbce885af1d66046b45342f"
13SRCREV_plugins = "4744ec27b89c083194e7df498de50f03a8a1d3ec" 13SRCREV_plugins = "9d9ec6e3e18ea245b9cef0f8396e570247338d1f"
14SRCREV_flannel_plugin = "a2398ab1a85101d5b2d2180dc731215d65b2be9a" 14SRCREV_flannel_plugin = "6464faacf5c00e25321573225d74638455ef03a0"
15SRCREV_FORMAT = "cni_plugins" 15SRCREV_FORMAT = "cni_plugins"
16SRC_URI = "\ 16SRC_URI = "\
17 git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https \ 17 git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https \
18 git://github.com/containernetworking/plugins.git;branch=release-1.1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \ 18 git://github.com/containernetworking/plugins.git;branch=main;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \
19 git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plugin;protocol=https;destsuffix=${S}/src/github.com/containernetworking/plugins/plugins/meta/flannel \ 19 git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plugin;protocol=https;destsuffix=${S}/src/github.com/containernetworking/plugins/plugins/meta/flannel \
20 " 20 "
21LICENSE = "Apache-2.0" 21LICENSE = "Apache-2.0"