How can the issue be reproduced? It’s not seen in standard configurations, so how did you run into the error?
Alex On Mon 1. Jan 2024 at 22.31, Vincent Davis Jr <[email protected]> wrote: > When building qemux86-64 machine run into > > nothing provides mesa-driver-swrast needed by > packagegroup-core-x11-xserver-1.0-r0.qemux86_64 > > mesa-driver-swrast package is add via the > PACKAGES_DYNAMIC variable, but gets included in > RDEPENDS of packagegroup-core-x11-xserver. > > Put it in RRECOMMENDS so that error nolonger occurs. > > Signed-off-by: Vincent Davis Jr <[email protected]> > --- > .../packagegroups/packagegroup-core-x11-xserver.bb | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/meta/recipes-graphics/packagegroups/ > packagegroup-core-x11-xserver.bb b/meta/recipes-graphics/packagegroups/ > packagegroup-core-x11-xserver.bb > index ebc1330055..c0473306ff 100644 > --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb > +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb > @@ -10,13 +10,18 @@ inherit packagegroup features_check > # rdepends on XSERVER > REQUIRED_DISTRO_FEATURES = "x11" > > +XSERVER_RECOMMENDS ??= "" > + > XSERVER ?= "xserver-xorg \ > xf86-video-fbdev \ > xf86-video-modesetting \ > " > + > XSERVERCODECS ?= "" > > RDEPENDS:${PN} = "\ > ${XSERVER} \ > ${XSERVERCODECS} \ > " > + > +RRECOMMENDS:${PN} = "${XSERVER_RECOMMENDS}" > -- > 2.34.1 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#193192): https://lists.openembedded.org/g/openembedded-core/message/193192 Mute This Topic: https://lists.openembedded.org/mt/103471043/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
