From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Jeremy Puhlman <jpuhlman@mvista.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] libvirt: Use python3-native for python install
Date: Mon, 3 Feb 2020 17:08:53 -0500 [thread overview]
Message-ID: <20200203220850.GA58444@gmail.com> (raw)
In-Reply-To: <20200129222009.2719-1-jpuhlman@mvista.com>
merged.
Bruce
In message: [meta-virtualization][PATCH] libvirt: Use python3-native for python install
on 29/01/2020 Jeremy Puhlman wrote:
> 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
>
>
prev parent reply other threads:[~2020-02-03 22:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200203220850.GA58444@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=jpuhlman@mvista.com \
--cc=meta-virtualization@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox