Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] avahi: systemd postinst and postrm removed in favor of using systemd.bbclass
@ 2012-08-30 11:33 Sander van Grieken
  2012-09-04 14:44 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Sander van Grieken @ 2012-08-30 11:33 UTC (permalink / raw)
  To: openembedded-core

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
-}
-
-- 
1.7.9.5




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

* Re: [PATCH] avahi: systemd postinst and postrm removed in favor of using systemd.bbclass
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-09-04 14:44 UTC (permalink / raw)
  To: Sander van Grieken; +Cc: openembedded-core

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!




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

end of thread, other threads:[~2012-09-04 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox