On Thu, 2021-08-05 at 21:07 +0100, Richard Purdie via lists.openembedded.org 
wrote:
> Hi,
> 
> On Thu, 2021-08-05 at 18:59 +0200, Konrad Weihmann wrote:
> > I'm currently seeing the following behavior after the latest override 
> > syntax change (tested up to today's poky and meta-openembedded)
> > 
> > Take an image and install any kind of packagegroup, which references 
> > several recipes, which pull in dependencies by their own.
> > 
> > image:
> > 
> > IMAGE_INSTALL:append = " packagegroup-foo"
> > 
> > pkggroup:
> > 
> > RDEPENDS:${PN} += "recipe"
> > 
> > recipe:
> > 
> > RDEPENDS:${PN} += "libxml2"
> > 
> > pkgdata for the recipe
> > 
> > RDEPENDS:recipe: libxml2 (>= 2.9.12)
> > 
> > and the pkggroup are correct
> > 
> > RDEPENDS:packagegroup-foo: recipe
> > 
> > still I don't get libxml2 installed into the final image - there is no 
> > sign of that in log.do_rootfs or anywhere else.
> > 
> > The same thing worked pretty well the week before.
> > 
> > Thoughts?
> 
> There should be no change in the behaviour so that is a little concerning.
> 
> Is there an OE-Core example of this I could look at?

I did debug this a bit with Konrad and locally. The packagedata fix I sent out
addresses the issue. I merged it straight into master as it is a nasty issue
and needs fixing ASAP.

Cheers,

Richard




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#154531): 
https://lists.openembedded.org/g/openembedded-core/message/154531
Mute This Topic: https://lists.openembedded.org/mt/84689297/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to