All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrei Gherzan <andrei.gherzan@windriver.com>
To: Sujith H <sujith.h@gmail.com>
Cc: yocto@yoctoproject.org, Sujith H <Sujith_Haridasan@mentor.com>
Subject: Re: [meta-ivi][PATCH] Make pulseaudio run by default
Date: Mon, 8 Sep 2014 23:33:54 +0200	[thread overview]
Message-ID: <20140908213353.GA11743@windriver.com> (raw)
In-Reply-To: <1406726341-28977-1-git-send-email-sujith.h@gmail.com>

Hello,

On Wed, Jul 30, 2014 at 06:49:01PM +0530, Sujith H wrote:
> From: Sujith H <Sujith_Haridasan@mentor.com>
>
> This change will help pulseaudio run by default on the
> target. On the bootup user can see pulseaudio service
> started.
>
> Signed-off-by: Sujith H <Sujith_Haridasan@mentor.com>
> ---
>  meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend b/meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend
> index e32efa7..5401c66 100644
> --- a/meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend
> +++ b/meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend
> @@ -7,7 +7,7 @@ PR = "r1"
>  inherit systemd
>
>  SYSTEMD_PACKAGES = "${PN}-server"
> -SYSTEMD_SERVICE = "pulseaudio.service"
> +SYSTEMD_SERVICE_${PN}-server = "pulseaudio.service"
>
>  PACKAGECONFIG_remove = "bluez4"
>  PACKAGECONFIG_append = " bluez5"
> --
> 1.8.4
>

First of all sorry for this late reply. I was able to reproduce and understand
the issue here. The idea is that the bbclass is parsing the 'per package'
SYSTEMD_SERVICE variable (SYSTEMD_SERVICE_${PN}) [systemd.bbclass line 167] and
based on this it installs the post install script.

Patch merged to master.

Thanks a lot.

--
Andrei Gherzan | Wind River Systems
m: +40 734 450 615


  parent reply	other threads:[~2014-09-08 21:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-30 13:19 [meta-ivi][PATCH] Make pulseaudio run by default Sujith H
2014-07-30 14:59 ` Andrei Gherzan
2014-09-08 21:33 ` Andrei Gherzan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-07-30 10:44 Sujith H
2014-07-30 12:46 ` Sarbu, Florin-Ionut (Florin)

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=20140908213353.GA11743@windriver.com \
    --to=andrei.gherzan@windriver.com \
    --cc=Sujith_Haridasan@mentor.com \
    --cc=sujith.h@gmail.com \
    --cc=yocto@yoctoproject.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.