All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][for-dora] Fix issue to build pulseaudio without x11
@ 2014-02-10 14:28 Sébastien Mennetrier
  2014-02-10 15:05 ` Iorga, Cristian
  2014-02-11 15:58 ` Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: Sébastien Mennetrier @ 2014-02-10 14:28 UTC (permalink / raw)
  To: poky

This modification come from master branche

If x11 is not enabled, the pulseaudio-module-console-kit
couldn't be built.

Signed-off-by: Sébastien Mennetrier <s.mennetrier@innotis.org>
---
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index b7a6eba..27879ce 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -74,7 +74,7 @@ USERADD_PARAM_pulseaudio-server = "--system --home /var/run/pulse \
 # 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-module-console-kit"
+             pulseaudio-server pulseaudio-misc ${@base_contains('PACKAGECONFIG', 'x11', 'pulseaudio-module-console-kit', '', d)}"
 
 #upgrade path:
 RREPLACES_pulseaudio-server = "libpulse-bin libpulse-conf"
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH][for-dora] Fix issue to build pulseaudio without x11
  2014-02-10 14:28 [PATCH][for-dora] Fix issue to build pulseaudio without x11 Sébastien Mennetrier
@ 2014-02-10 15:05 ` Iorga, Cristian
  2014-02-11 15:58 ` Martin Jansa
  1 sibling, 0 replies; 4+ messages in thread
From: Iorga, Cristian @ 2014-02-10 15:05 UTC (permalink / raw)
  To: Sébastien Mennetrier, poky@yoctoproject.org

OK.

-----Original Message-----
From: poky-bounces@yoctoproject.org [mailto:poky-bounces@yoctoproject.org] On Behalf Of Sébastien Mennetrier
Sent: Monday, February 10, 2014 4:28 PM
To: poky@yoctoproject.org
Subject: [poky] [PATCH][for-dora] Fix issue to build pulseaudio without x11

This modification come from master branche

If x11 is not enabled, the pulseaudio-module-console-kit couldn't be built.

Signed-off-by: Sébastien Mennetrier <s.mennetrier@innotis.org>
---
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index b7a6eba..27879ce 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -74,7 +74,7 @@ USERADD_PARAM_pulseaudio-server = "--system --home /var/run/pulse \  # 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-module-console-kit"
+             pulseaudio-server pulseaudio-misc ${@base_contains('PACKAGECONFIG', 'x11', 'pulseaudio-module-console-kit', '', d)}"
 
 #upgrade path:
 RREPLACES_pulseaudio-server = "libpulse-bin libpulse-conf"
--
1.8.1.2

_______________________________________________
poky mailing list
poky@yoctoproject.org
https://lists.yoctoproject.org/listinfo/poky

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH][for-dora] Fix issue to build pulseaudio without x11
  2014-02-10 14:28 [PATCH][for-dora] Fix issue to build pulseaudio without x11 Sébastien Mennetrier
  2014-02-10 15:05 ` Iorga, Cristian
@ 2014-02-11 15:58 ` Martin Jansa
  2014-02-11 16:06   ` Sebastien MENNETRIER
  1 sibling, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2014-02-11 15:58 UTC (permalink / raw)
  To: Sébastien Mennetrier; +Cc: poky

[-- Attachment #1: Type: text/plain, Size: 1643 bytes --]

On Mon, Feb 10, 2014 at 03:28:15PM +0100, Sébastien Mennetrier wrote:
> This modification come from master branche

It should be cherry-pick of original commit (with original author and
SOB).

But thanks for sending it, I've requested the same change as well.

> 
> If x11 is not enabled, the pulseaudio-module-console-kit
> couldn't be built.
> 
> Signed-off-by: Sébastien Mennetrier <s.mennetrier@innotis.org>
> ---
>  meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
> index b7a6eba..27879ce 100644
> --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
> +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
> @@ -74,7 +74,7 @@ USERADD_PARAM_pulseaudio-server = "--system --home /var/run/pulse \
>  # 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-module-console-kit"
> +             pulseaudio-server pulseaudio-misc ${@base_contains('PACKAGECONFIG', 'x11', 'pulseaudio-module-console-kit', '', d)}"
>  
>  #upgrade path:
>  RREPLACES_pulseaudio-server = "libpulse-bin libpulse-conf"
> -- 
> 1.8.1.2
> 
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH][for-dora] Fix issue to build pulseaudio without x11
  2014-02-11 15:58 ` Martin Jansa
@ 2014-02-11 16:06   ` Sebastien MENNETRIER
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastien MENNETRIER @ 2014-02-11 16:06 UTC (permalink / raw)
  To: Martin Jansa; +Cc: poky

[-- Attachment #1: Type: text/plain, Size: 1935 bytes --]

I think that the original commit to cherry-pick is :
e230b4498790a3dfdc36ea5761807459fc96368e


2014-02-11 16:58 GMT+01:00 Martin Jansa <martin.jansa@gmail.com>:

> On Mon, Feb 10, 2014 at 03:28:15PM +0100, Sébastien Mennetrier wrote:
> > This modification come from master branche
>
> It should be cherry-pick of original commit (with original author and
> SOB).
>
> But thanks for sending it, I've requested the same change as well.
>
> >
> > If x11 is not enabled, the pulseaudio-module-console-kit
> > couldn't be built.
> >
> > Signed-off-by: Sébastien Mennetrier <s.mennetrier@innotis.org>
> > ---
> >  meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
> b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
> > index b7a6eba..27879ce 100644
> > --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
> > +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
> > @@ -74,7 +74,7 @@ USERADD_PARAM_pulseaudio-server = "--system --home
> /var/run/pulse \
> >  # 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-module-console-kit"
> > +             pulseaudio-server pulseaudio-misc
> ${@base_contains('PACKAGECONFIG', 'x11', 'pulseaudio-module-console-kit',
> '', d)}"
> >
> >  #upgrade path:
> >  RREPLACES_pulseaudio-server = "libpulse-bin libpulse-conf"
> > --
> > 1.8.1.2
> >
> > _______________________________________________
> > poky mailing list
> > poky@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/poky
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>



-- 

Regards,
Sébastien

[-- Attachment #2: Type: text/html, Size: 2909 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-11 16:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-10 14:28 [PATCH][for-dora] Fix issue to build pulseaudio without x11 Sébastien Mennetrier
2014-02-10 15:05 ` Iorga, Cristian
2014-02-11 15:58 ` Martin Jansa
2014-02-11 16:06   ` Sebastien MENNETRIER

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.