From: "Guðni Már Gilbert" <gudnimar@noxmedical.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] gobject-introspection: split tools and giscanner into a separate package
Date: Tue, 25 Jun 2024 11:29:36 -0700 [thread overview]
Message-ID: <22089.1719340176086311033@lists.openembedded.org> (raw)
In-Reply-To: <20240625132432c4f9913e@mail.local>
[-- Attachment #1: Type: text/plain, Size: 633 bytes --]
Hi Alexandre, I have managed to reproduce the issue on the master branch and found a solution. It was a simple mistake on my part. glib-2.0 needs to be added to RDEPENDS:${PN}-tools
I erroniously assumed that given:
RDEPENDS:${PN} = "python3-pickle python3-xml glib-2.0"
RDEPENDS:${PN}-tools = "${PN} python3-setuptools"
Would result in
RDEPENDS:gobject-introspection-tools = "python3-pickle python3-xml glib-2.0 python3-setuptools"
But nope, it's RDEPENDS:gobject-introspection-tools = "gobject-introspection python3-setuptools" which is obvious now that I realised it :)
I will add a fix for this in my v2 patch.
[-- Attachment #2: Type: text/html, Size: 693 bytes --]
prev parent reply other threads:[~2024-06-25 18:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-24 20:32 [PATCH] gobject-introspection: split tools and giscanner into a separate package Guðni Már Gilbert
2024-06-24 20:38 ` Guðni Már Gilbert
2024-06-25 9:02 ` [OE-core] " Alexander Kanavin
2024-06-25 10:38 ` Guðni Már Gilbert
2024-06-25 18:41 ` Guðni Már Gilbert
2024-06-25 13:24 ` [OE-core] " Alexandre Belloni
2024-06-25 18:29 ` Guðni Már Gilbert [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=22089.1719340176086311033@lists.openembedded.org \
--to=gudnimar@noxmedical.com \
--cc=openembedded-core@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.