All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Sander van Grieken <sander@outrightsolutions.nl>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] avahi: systemd postinst and postrm removed in favor of using systemd.bbclass
Date: Tue, 04 Sep 2012 07:44:21 -0700	[thread overview]
Message-ID: <504613C5.3030701@linux.intel.com> (raw)
In-Reply-To: <1346326420-23677-1-git-send-email-sander@outrightsolutions.nl>

On 08/30/2012 04:33 AM, Sander van Grieken wrote:
> The recipe's custom systemd service enable code is now handled by the meta-systemd
> bbappend recipe in meta-openembedded.
>
> Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
> ---
>   meta/recipes-connectivity/avahi/avahi.inc |   19 -------------------
>   1 file changed, 19 deletions(-)
>
> diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
> index c08acb5..a0a1681 100644
> --- a/meta/recipes-connectivity/avahi/avahi.inc
> +++ b/meta/recipes-connectivity/avahi/avahi.inc
> @@ -155,22 +155,3 @@ pkg_postrm_avahi-autoipd () {
>   	deluser avahi-autoipd || true
>   	delgroup avahi-autoipd || true
>   }
> -
> -pkg_postinst_avahi-systemd() {
> -	# can't do this offline
> -	if [ "x$D" != "x" ]; then
> -		exit 1
> -	fi
> -	
> -	systemctl enable avahi-daemon.service
> -}
> -
> -pkg_postrm_avahi-systemd() {
> -	# can't do this offline
> -	if [ "x$D" != "x" ]; then
> -		exit 1
> -	fi
> -
> -	systemctl disable avahi-daemon.service
> -}
> -
>

Merged into OE-Core

Thanks
	Sau!




      reply	other threads:[~2012-09-04 14:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-30 11:33 [PATCH] avahi: systemd postinst and postrm removed in favor of using systemd.bbclass Sander van Grieken
2012-09-04 14:44 ` Saul Wold [this message]

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=504613C5.3030701@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=sander@outrightsolutions.nl \
    /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.