diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-27 11:32:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-27 16:38:52 +0100 |
commit | e9448387aeab21309a2f5577496a53b3f212e8a9 (patch) | |
tree | 358ef08277e4096664bfb0243f94460cfd6714c7 /meta/recipes-connectivity | |
parent | 9bccbc5fbc71b331911b558a2ba15e0a6d0046b4 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 9 | ||||
-rw-r--r-- | 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 b2fa8ca949..099c5a4c2d 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc | |||
@@ -37,9 +37,14 @@ EXTRA_OECONF = "--with-distro=debian \ | |||
37 | --disable-qt3 \ | 37 | --disable-qt3 \ |
38 | --disable-qt4 \ | 38 | --disable-qt4 \ |
39 | --disable-python \ | 39 | --disable-python \ |
40 | --disable-doxygen-doc" | 40 | --disable-doxygen-doc \ |
41 | --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \ | ||
42 | " | ||
41 | 43 | ||
42 | 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" | 44 | 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" |
45 | |||
46 | FILES_avahi-systemd = "${base_libdir}/systemd" | ||
47 | RDEPENDS_avahi-systemd = "avahi-daemon" | ||
43 | 48 | ||
44 | FILES_libavahi-common = "${libdir}/libavahi-common.so.*" | 49 | FILES_libavahi-common = "${libdir}/libavahi-common.so.*" |
45 | FILES_libavahi-core = "${libdir}/libavahi-core.so.*" | 50 | 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 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 | ||
9 | RDEPENDS_avahi-daemon = "sysvinit-pidof" | 9 | RDEPENDS_avahi-daemon = "sysvinit-pidof" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | EXTRA_OECONF += "--disable-gtk3" | 12 | EXTRA_OECONF += "--disable-gtk3" |
13 | 13 | ||