diff options
Diffstat (limited to 'recipes-networking/cni')
-rw-r--r-- | recipes-networking/cni/cni_git.bb | 8 |
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 \ | |||
9 | is simple to implement. \ | 9 | is simple to implement. \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRCREV_cni = "f024754da8d49bdac31d99d04355ddfe0340f8eb" | 12 | SRCREV_cni = "ca96f4ca96d89f4d7fbce885af1d66046b45342f" |
13 | SRCREV_plugins = "4744ec27b89c083194e7df498de50f03a8a1d3ec" | 13 | SRCREV_plugins = "9d9ec6e3e18ea245b9cef0f8396e570247338d1f" |
14 | SRCREV_flannel_plugin = "a2398ab1a85101d5b2d2180dc731215d65b2be9a" | 14 | SRCREV_flannel_plugin = "6464faacf5c00e25321573225d74638455ef03a0" |
15 | SRCREV_FORMAT = "cni_plugins" | 15 | SRCREV_FORMAT = "cni_plugins" |
16 | SRC_URI = "\ | 16 | SRC_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 | " |
21 | LICENSE = "Apache-2.0" | 21 | LICENSE = "Apache-2.0" |