summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi/avahi_0.6.30.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-27 11:32:37 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-27 16:38:52 +0100
commite9448387aeab21309a2f5577496a53b3f212e8a9 (patch)
tree358ef08277e4096664bfb0243f94460cfd6714c7 /meta/recipes-connectivity/avahi/avahi_0.6.30.bb
parent9bccbc5fbc71b331911b558a2ba15e0a6d0046b4 (diff)
downloadpoky-e9448387aeab21309a2f5577496a53b3f212e8a9.tar.gz
avahi: enable systemd support, but package systemd files seperately
Systemd support in avahi only affects 'make install', so no changes for sysvinit based systems (From OE-Core rev: 8579478ebfc1774ea4315ae803c98a6b59fad55a) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi_0.6.30.bb')
-rw-r--r--meta/recipes-connectivity/avahi/avahi_0.6.30.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.6.30.bb b/meta/recipes-connectivity/avahi/avahi_0.6.30.bb
index 1084c0452e..e63f40645e 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 \
7 file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf" 7 file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf"
8 8
9RDEPENDS_avahi-daemon = "sysvinit-pidof" 9RDEPENDS_avahi-daemon = "sysvinit-pidof"
10PR = "r0" 10PR = "r1"
11 11
12EXTRA_OECONF += "--disable-gtk3" 12EXTRA_OECONF += "--disable-gtk3"
13 13