diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-07-12 17:02:42 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-07-13 10:54:49 -0400 |
commit | f0f0453984192fd1b250785d2088a84733065c28 (patch) | |
tree | aaffa0ce19816af43f5a1ced614bf9b6c255c5e8 /recipes-networking/openvswitch/openvswitch-git/0008-AUTHORS-Add-Jason-Wessel.patch | |
parent | 165ffabe8933d2e44074d67921ea465eab4d90cb (diff) | |
download | meta-virtualization-f0f0453984192fd1b250785d2088a84733065c28.tar.gz |
openvswitch: backport py3 fixups
While attempting to get ovs to be built and run with py3 (completely
free of py2) host contamination was found (builds on hosts without
python-six installed would fail). It was also determined that pyc
files were still being generated with py2 and not py3. This resulted
in more work being done to achieve the desired results. This work was
sent upstream and subsequently merged. Unfortunately this didn't make
v2.7.1 and may not be available until the next major release, so here
we backport these commits and adjust the recipe to get a clean py3
only build.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/0008-AUTHORS-Add-Jason-Wessel.patch')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch-git/0008-AUTHORS-Add-Jason-Wessel.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/0008-AUTHORS-Add-Jason-Wessel.patch b/recipes-networking/openvswitch/openvswitch-git/0008-AUTHORS-Add-Jason-Wessel.patch new file mode 100644 index 00000000..d2c2be7c --- /dev/null +++ b/recipes-networking/openvswitch/openvswitch-git/0008-AUTHORS-Add-Jason-Wessel.patch | |||
@@ -0,0 +1,28 @@ | |||
1 | From a3289add8368e0c970ae1c1c84f5df1f817ed43c Mon Sep 17 00:00:00 2001 | ||
2 | From: Ben Pfaff <blp@ovn.org> | ||
3 | Date: Thu, 6 Jul 2017 14:01:27 -0700 | ||
4 | Subject: [PATCH 8/8] AUTHORS: Add Jason Wessel. | ||
5 | |||
6 | Commit a91c4cfaf863718bc94fb9c88939bd0b0385a6fe from | ||
7 | https://github.com/openvswitch/ovs.git | ||
8 | |||
9 | Signed-off-by: Ben Pfaff <blp@ovn.org> | ||
10 | --- | ||
11 | AUTHORS.rst | 1 + | ||
12 | 1 file changed, 1 insertion(+) | ||
13 | |||
14 | diff --git a/AUTHORS.rst b/AUTHORS.rst | ||
15 | index 63e6a8d..d0dc70d 100644 | ||
16 | --- a/AUTHORS.rst | ||
17 | +++ b/AUTHORS.rst | ||
18 | @@ -156,6 +156,7 @@ Jan Scheurich jan.scheurich@ericsson.com | ||
19 | Jan Vansteenkiste jan@vstone.eu | ||
20 | Jarno Rajahalme jarno@ovn.org | ||
21 | Jason Kölker jason@koelker.net | ||
22 | +Jason Wessel jason.wessel@windriver.com | ||
23 | Jasper Capel jasper@capel.tv | ||
24 | Jean Tourrilhes jt@hpl.hp.com | ||
25 | Jeremy Stribling strib@nicira.com | ||
26 | -- | ||
27 | 2.5.0 | ||
28 | |||