summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-networking/cni/cni_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb
index 58431da4..35aea39a 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -9,9 +9,9 @@ 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 = "940e66269988c38f4c09b00bda4456d2db007b35" 12SRCREV_cni = "f024754da8d49bdac31d99d04355ddfe0340f8eb"
13SRCREV_plugins = "4744ec27b89c083194e7df498de50f03a8a1d3ec" 13SRCREV_plugins = "4744ec27b89c083194e7df498de50f03a8a1d3ec"
14SRCREV_flannel_plugin = "076c4462d6c6887614fc881b806b690b9e56ceb2" 14SRCREV_flannel_plugin = "a2398ab1a85101d5b2d2180dc731215d65b2be9a"
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 \
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464
23 23
24GO_IMPORT = "import" 24GO_IMPORT = "import"
25 25
26PV = "v1.1.0+git${SRCREV_cni}" 26PV = "v1.1.2+git${SRCREV_cni}"
27 27
28inherit go 28inherit go
29inherit goarch 29inherit goarch