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 00254df8..5ce6f6e4 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 = "b5ab16f010e822936eb974690ecec38ba69afc01" 12SRCREV_cni = "35efaabf93d23a28fb2fb01dccbe80caed196d19"
13# Version 0.9.1 13# Version 0.9.1
14SRCREV_plugins = "78702e9d8a2cdb6931fab433f1d1e6789162954f" 14SRCREV_plugins = "b8a10bbe111e9db72433f357c37077554ada7ca1"
15SRCREV_FORMAT = "cni_plugins" 15SRCREV_FORMAT = "cni_plugins"
16SRC_URI = "\ 16SRC_URI = "\
17 git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \ 17 git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \
@@ -22,7 +22,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464
22 22
23GO_IMPORT = "import" 23GO_IMPORT = "import"
24 24
25PV = "v0.8.0+git${SRCREV_cni}" 25PV = "v1.0.1+git${SRCREV_cni}"
26 26
27inherit go 27inherit go
28inherit goarch 28inherit goarch