mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

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>
29 lines
922 B
Diff
29 lines
922 B
Diff
From a3289add8368e0c970ae1c1c84f5df1f817ed43c Mon Sep 17 00:00:00 2001
|
|
From: Ben Pfaff <blp@ovn.org>
|
|
Date: Thu, 6 Jul 2017 14:01:27 -0700
|
|
Subject: [PATCH 8/8] AUTHORS: Add Jason Wessel.
|
|
|
|
Commit a91c4cfaf863718bc94fb9c88939bd0b0385a6fe from
|
|
https://github.com/openvswitch/ovs.git
|
|
|
|
Signed-off-by: Ben Pfaff <blp@ovn.org>
|
|
---
|
|
AUTHORS.rst | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/AUTHORS.rst b/AUTHORS.rst
|
|
index 63e6a8d..d0dc70d 100644
|
|
--- a/AUTHORS.rst
|
|
+++ b/AUTHORS.rst
|
|
@@ -156,6 +156,7 @@ Jan Scheurich jan.scheurich@ericsson.com
|
|
Jan Vansteenkiste jan@vstone.eu
|
|
Jarno Rajahalme jarno@ovn.org
|
|
Jason Kölker jason@koelker.net
|
|
+Jason Wessel jason.wessel@windriver.com
|
|
Jasper Capel jasper@capel.tv
|
|
Jean Tourrilhes jt@hpl.hp.com
|
|
Jeremy Stribling strib@nicira.com
|
|
--
|
|
2.5.0
|
|
|