summaryrefslogtreecommitdiffstats
path: root/recipes-networking/cni
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-07-09 12:59:15 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-07-12 14:50:34 +0000
commite6eb8e839befea2b4883aae554a0427f198d402b (patch)
tree2f3c9a33643daa7724bd9e9a75db00097aefb37d /recipes-networking/cni
parent7525f301947821a82db3f6497bff0f3fc2bcd4f4 (diff)
downloadmeta-virtualization-e6eb8e839befea2b4883aae554a0427f198d402b.tar.gz
k8s: update CNI to 0.7.x
Updating the CNI and plugins to 0.7.x series. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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 f7a7597b..4c1714ae 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 = "cc562d1b44b3d00b8c341250d49a8a0823a1c085" 12SRCREV_cni = "dc71cd2ba60c452c56a0a259f2a23d2afe42b688"
13SRCREV_plugins = "9abd20edd6c83385ff6c2a6e6ff265158059e723" 13SRCREV_plugins = "0eddc554c0747200b7b112ce5322dcfa525298cf"
14SRC_URI = "\ 14SRC_URI = "\
15 git://github.com/containernetworking/cni.git;nobranch=1;name=cni \ 15 git://github.com/containernetworking/cni.git;nobranch=1;name=cni \
16 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=plugins;name=plugins \ 16 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=plugins;name=plugins \
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464
23 23
24GO_IMPORT = "import" 24GO_IMPORT = "import"
25 25
26PV = "0.6.0+git${SRCREV_cni}" 26PV = "0.7.0+git${SRCREV_cni}"
27 27
28inherit go 28inherit go
29inherit goarch 29inherit goarch