diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2020-03-06 16:53:41 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-03-13 21:53:26 -0400 |
commit | e65c3761e08ad5e4a7d33a8ccfb13d0a533d3343 (patch) | |
tree | bbddc3ed90c423f28533d6cbac27eac5f8f68363 /recipes-networking/cni | |
parent | 685d518eb75f02ddd8f4ca7a7d35b72d924f5487 (diff) | |
download | meta-virtualization-e65c3761e08ad5e4a7d33a8ccfb13d0a533d3343.tar.gz |
cni: 1.7.0 to 1.7.1 (and plugins 0.8.2 to 0.8.5)
Both uprev's are listed as 'minor' in the upstream release
notes. Neither introduces an uprev in spec. This fixes issues we
observed while testing the forthcoming cri-o uprev.
NOTE: this commit should only be used with the follow-on commit [cni:
prevent go from downloading stuff in the background] otherwise you
will end up with files not owned by you which will prevent the recipe
being properly cleaned.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/cni')
-rw-r--r-- | recipes-networking/cni/cni_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index b8adf886..a81e6ccc 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb | |||
@@ -9,8 +9,9 @@ Because of this focus, CNI has a wide range of support and the specification \ | |||
9 | is simple to implement. \ | 9 | is simple to implement. \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRCREV_cni = "dc71cd2ba60c452c56a0a259f2a23d2afe42b688" | 12 | SRCREV_cni = "4cfb7b568922a3c79a23e438dc52fe537fc9687e" |
13 | SRCREV_plugins = "0eddc554c0747200b7b112ce5322dcfa525298cf" | 13 | # Version 0.8.5 |
14 | SRCREV_plugins = "1f33fb729ae2b8900785f896df2dc1f6fe5e8239" | ||
14 | SRC_URI = "\ | 15 | SRC_URI = "\ |
15 | git://github.com/containernetworking/cni.git;nobranch=1;name=cni \ | 16 | git://github.com/containernetworking/cni.git;nobranch=1;name=cni \ |
16 | git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=plugins;name=plugins \ | 17 | git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=plugins;name=plugins \ |
@@ -23,7 +24,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464 | |||
23 | 24 | ||
24 | GO_IMPORT = "import" | 25 | GO_IMPORT = "import" |
25 | 26 | ||
26 | PV = "0.7.0+git${SRCREV_cni}" | 27 | PV = "0.7.1+git${SRCREV_cni}" |
27 | 28 | ||
28 | inherit go | 29 | inherit go |
29 | inherit goarch | 30 | inherit goarch |