Yocto Meta Virtualization
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] libvirt: Use python3-native for python install
@ 2020-01-29 22:20 Jeremy Puhlman
  2020-02-03 22:08 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Puhlman @ 2020-01-29 22:20 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Jeremy Puhlman

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
---
 recipes-extended/libvirt/libvirt-python.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-extended/libvirt/libvirt-python.inc b/recipes-extended/libvirt/libvirt-python.inc
index 02fca54..d15500e 100644
--- a/recipes-extended/libvirt/libvirt-python.inc
+++ b/recipes-extended/libvirt/libvirt-python.inc
@@ -42,14 +42,14 @@ python __anonymous () {
 do_compile_append() {
 	if [ "${LIBVIRT_PYTHON_ENABLE}" = "1" ]; then
 		cd ${WORKDIR}/${BPN}-python-${PV} && \
-		  ${STAGING_BINDIR_NATIVE}/python-native/python setup.py build
+		  ${STAGING_BINDIR_NATIVE}/python3-native/python3 setup.py build
 	fi
 }
 
 do_install_append() {
 	if [ "${LIBVIRT_PYTHON_ENABLE}" = "1" ]; then
 		cd ${WORKDIR}/${BPN}-python-${PV} && \
-		  ${STAGING_BINDIR_NATIVE}/python-native/python setup.py install \
+		  ${STAGING_BINDIR_NATIVE}/python3-native/python3 setup.py install \
                        --install-lib=${D}/${PYTHON_SITEPACKAGES_DIR} ${LIBVIRT_INSTALL_ARGS}
 	fi
 }
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-03 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-29 22:20 [meta-virtualization][PATCH] libvirt: Use python3-native for python install Jeremy Puhlman
2020-02-03 22:08 ` Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox