[OE-core] [PATCH 7/7] pulseaudio: fix RDEPENDS traversal for consolekit

Chris Larson kergoth at gmail.com
Thu Dec 12 22:55:56 UTC 2013


On Wed, Dec 11, 2013 at 2:22 PM, Martin Jansa <martin.jansa at gmail.com>wrote:

> On Wed, Nov 27, 2013 at 11:07:07AM -0700, Christopher Larson wrote:
> > From: Christopher Larson <chris_larson at mentor.com>
> >
> > Include the console-kit module in PACKSGES explicitly so bitbake can map
> to
> > the RDEPENDS we define for it in this recipe, and thereby ensure that
> when
> > adding the console-kit module to an image, we also get the necessary
> > consolekit package produced.
> >
> > Signed-off-by: Christopher Larson <kergoth at gmail.com>
> > ---
> >  meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 6 +++++-
> >  1 file changed, 5 insertions(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
> b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
> > index 7e87ef8..2bee9eb 100644
> > --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
> > +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
> > @@ -69,8 +69,12 @@ USERADD_PARAM_pulseaudio-server = "--system --home
> /var/run/pulse \
> >                                --no-create-home --shell /bin/false \
> >                                --groups audio,pulse --gid pulse pulse"
> >
> > +# The console-kit module is included here explicitly so bitbake can map
> to the
> > +# RDEPENDS we define for it in this recipe, and thereby ensure that when
> > +# adding the console-kit module to an image, we also get the necessary
> > +# consolekit package produced.
> >  PACKAGES =+ "libpulsecore libpulsecommon libpulse libpulse-simple
> libpulse-mainloop-glib \
> > -             pulseaudio-server pulseaudio-misc"
> > +             pulseaudio-server pulseaudio-misc
> pulseaudio-module-console-kit"
>
> Can we add PACKAGECONFIG for this and add it to PACKAGES only
> conditionally?
>
> It causes hard dependency on consolekit -> libx11 so pulseaudio now
> cannot be built for distros without x11 DISTRO_FEATURE.


Sorry about this, I’ll send a patch shortly.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20131212/153807b9/attachment-0002.html>


More information about the Openembedded-core mailing list