* [PATCH] avahi: enable systemd support, but package systemd files seperately
@ 2011-05-27 9:32 Koen Kooi
2011-05-27 12:16 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2011-05-27 9:32 UTC (permalink / raw)
To: openembedded-core; +Cc: Koen Kooi
Systemd support in avahi only affects 'make install', so no changes for sysvinit based systems
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
meta/recipes-connectivity/avahi/avahi.inc | 9 +++++++--
meta/recipes-connectivity/avahi/avahi_0.6.30.bb | 2 +-
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index b2fa8ca..099c5a4 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -37,9 +37,14 @@ EXTRA_OECONF = "--with-distro=debian \
--disable-qt3 \
--disable-qt4 \
--disable-python \
- --disable-doxygen-doc"
+ --disable-doxygen-doc \
+ --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \
+"
-PACKAGES =+ "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib libavahi-gobject avahi-autoipd avahi-ui-utils avahi-utils libavahi-ui libavahi-ui-dev"
+PACKAGES =+ "avahi-systemd avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib libavahi-gobject avahi-autoipd avahi-ui-utils avahi-utils libavahi-ui libavahi-ui-dev"
+
+FILES_avahi-systemd = "${base_libdir}/systemd"
+RDEPENDS_avahi-systemd = "avahi-daemon"
FILES_libavahi-common = "${libdir}/libavahi-common.so.*"
FILES_libavahi-core = "${libdir}/libavahi-core.so.*"
diff --git a/meta/recipes-connectivity/avahi/avahi_0.6.30.bb b/meta/recipes-connectivity/avahi/avahi_0.6.30.bb
index 1084c04..e63f406 100644
--- a/meta/recipes-connectivity/avahi/avahi_0.6.30.bb
+++ b/meta/recipes-connectivity/avahi/avahi_0.6.30.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \
file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf"
RDEPENDS_avahi-daemon = "sysvinit-pidof"
-PR = "r0"
+PR = "r1"
EXTRA_OECONF += "--disable-gtk3"
--
1.6.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] avahi: enable systemd support, but package systemd files seperately
2011-05-27 9:32 [PATCH] avahi: enable systemd support, but package systemd files seperately Koen Kooi
@ 2011-05-27 12:16 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2011-05-27 12:16 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
On Fri, 2011-05-27 at 11:32 +0200, Koen Kooi wrote:
> Systemd support in avahi only affects 'make install', so no changes for sysvinit based systems
>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
> meta/recipes-connectivity/avahi/avahi.inc | 9 +++++++--
> meta/recipes-connectivity/avahi/avahi_0.6.30.bb | 2 +-
> 2 files changed, 8 insertions(+), 3 deletions(-)
Applied to master, thanks.
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-27 12:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-27 9:32 [PATCH] avahi: enable systemd support, but package systemd files seperately Koen Kooi
2011-05-27 12:16 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox