mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
openvswitch: force PYTHON to python3
Openvswitch has been created to search for and use both py2 and py3, with a preference for py2. There is no configure option to force the use of py3 only, and many of the scripts only use the value of PYTHON and not PYTHON3 (again there is a general preference for py2). In order to force this issue we set PYTHON to 'python3'. This isn't ideal but allows for the desired outcome without us having to carry changes against upstream OVS. During our py3 work with OVS this change was identified but for some reason was not included as part of the already merged changes. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
f06b48c2c8
commit
65fef58b02
|
@ -34,6 +34,7 @@ SRC_URI = "\
|
|||
"
|
||||
|
||||
EXTRA_OECONF += "\
|
||||
PYTHON=python3 \
|
||||
PYTHON3=python3 \
|
||||
PERL=${bindir}/perl \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user