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/avahi/avahi.inc | |
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/avahi/avahi.inc')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 9 |
1 files changed, 7 insertions, 2 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.*" |