summaryrefslogtreecommitdiffstats
path: root/recipes-networking/cni
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/cni')
-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 a1a31f2d..59b56f6e 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -9,8 +9,8 @@ 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 = "ca96f4ca96d89f4d7fbce885af1d66046b45342f" 12SRCREV_cni = "b62753aa2bfa365c1ceaff6f25774a8047c896b5"
13SRCREV_plugins = "9d9ec6e3e18ea245b9cef0f8396e570247338d1f" 13SRCREV_plugins = "b6a0e0bc96906f0d3bd6bfcaab0b5ae72292f46c"
14SRCREV_flannel_plugin = "6464faacf5c00e25321573225d74638455ef03a0" 14SRCREV_flannel_plugin = "6464faacf5c00e25321573225d74638455ef03a0"
15SRCREV_FORMAT = "cni_plugins" 15SRCREV_FORMAT = "cni_plugins"
16SRC_URI = "\ 16SRC_URI = "\
@@ -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.2+git${SRCREV_cni}" 26PV = "v1.2.0-rc0+git${SRCREV_cni}"
27 27
28inherit go 28inherit go
29inherit goarch 29inherit goarch