From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
To: "openembedded-devel@lists.openembedded.org"
<openembedded-devel@lists.openembedded.org>
Subject: RE: [oe] [meta-oe][hardknott][PATCH] libiio: Make libiio-python3 depend on python3-core
Date: Sat, 2 Oct 2021 19:47:08 +0000 [thread overview]
Message-ID: <42820145fee146fca2c6bb2e4912d56e@axis.com> (raw)
In-Reply-To: <16A5B1C70FCAE87F.4591@lists.openembedded.org>
*ping*
//Peter
> -----Original Message-----
> From: openembedded-devel@lists.openembedded.org <openembedded-
> devel@lists.openembedded.org> On Behalf Of Peter Kjellerstedt
> Sent: den 17 september 2021 21:12
> To: openembedded-devel@lists.openembedded.org
> Subject: [oe] [meta-oe][hardknott][PATCH] libiio: Make libiio-python3
> depend on python3-core
>
> Inheriting setuptools3 incorrectly adds the dependency on python3-core
> to libiio instead of to libiio-python3 where it belongs.
>
> Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
> ---
> meta-oe/recipes-support/libiio/libiio_git.bb | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-
> oe/recipes-support/libiio/libiio_git.bb
> index d7e4cc60a..cfd9746bd 100644
> --- a/meta-oe/recipes-support/libiio/libiio_git.bb
> +++ b/meta-oe/recipes-support/libiio/libiio_git.bb
> @@ -37,7 +37,10 @@ PACKAGECONFIG[libiio-python3] = "-DPYTHON_BINDINGS=ON,-
> DPYTHON_BINDINGS=OFF"
>
> PACKAGES =+ "${PN}-iiod ${PN}-tests ${PN}-${PYTHON_PN}"
>
> -RDEPENDS_${PN}-${PYTHON_PN} = "${PN} ${PYTHON_PN}-ctypes ${PYTHON_PN}-
> stringold"
> +# Inheriting setuptools3 incorrectly adds the dependency on ${PYTHON_PN}-
> core
> +# to ${PN} instead of to ${PN}-${PYTHON_PN} where it belongs.
> +RDEPENDS_${PN}_remove = "${PYTHON_PN}-core"
> +RDEPENDS_${PN}-${PYTHON_PN} = "${PN} ${PYTHON_PN}-core ${PYTHON_PN}-
> ctypes ${PYTHON_PN}-stringold"
>
> FILES_${PN}-iiod = " \
> ${sbindir}/iiod \
next parent reply other threads:[~2021-10-02 19:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <16A5B1C70FCAE87F.4591@lists.openembedded.org>
2021-10-02 19:47 ` Peter Kjellerstedt [this message]
2021-09-17 19:11 [meta-oe][hardknott][PATCH] libiio: Make libiio-python3 depend on python3-core Peter Kjellerstedt
2021-09-17 20:10 ` [oe] " Armin Kuster
[not found] ` <16A5B50193EFFE17.25470@lists.openembedded.org>
2021-09-17 20:11 ` Armin Kuster
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=42820145fee146fca2c6bb2e4912d56e@axis.com \
--to=peter.kjellerstedt@axis.com \
--cc=openembedded-devel@lists.openembedded.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