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 3ad939bd..6859eb65 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 = "4cfb7b568922a3c79a23e438dc52fe537fc9687e" 12SRCREV_cni = "b5ab16f010e822936eb974690ecec38ba69afc01"
13# Version 0.8.5 13# Version 0.8.5
14SRCREV_plugins = "1f33fb729ae2b8900785f896df2dc1f6fe5e8239" 14SRCREV_plugins = "fa48f7515b50272b7106702a662fadbf2ead3d18"
15SRC_URI = "\ 15SRC_URI = "\
16 git://github.com/containernetworking/cni.git;nobranch=1;name=cni \ 16 git://github.com/containernetworking/cni.git;nobranch=1;name=cni \
17 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins \ 17 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins \
@@ -24,7 +24,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464
24 24
25GO_IMPORT = "import" 25GO_IMPORT = "import"
26 26
27PV = "0.7.1+git${SRCREV_cni}" 27PV = "v0.8.0+git${SRCREV_cni}"
28 28
29inherit go 29inherit go
30inherit goarch 30inherit goarch