From f0f0453984192fd1b250785d2088a84733065c28 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 12 Jul 2017 17:02:42 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-networking/openvswitch/openvswitch.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes-networking/openvswitch/openvswitch.inc') diff --git a/recipes-networking/openvswitch/openvswitch.inc b/recipes-networking/openvswitch/openvswitch.inc index 0e2e67f6..9d7f0f34 100644 --- a/recipes-networking/openvswitch/openvswitch.inc +++ b/recipes-networking/openvswitch/openvswitch.inc @@ -34,7 +34,6 @@ SRC_URI = "\ " EXTRA_OECONF += "\ - PYTHON=python \ PYTHON3=python3 \ PERL=${bindir}/perl \ " -- cgit v1.2.3-54-g00ecf