avahi: move systemd support where it belongs

We don't want the systemd inherit in avahi-ui since that causes various
warnings since PACKAGES is rewritten.

(From OE-Core rev: 02492d43cd7095acb3cf29843a50444c28b4d994)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2013-03-04 14:25:14 +01:00 committed by Richard Purdie
parent 712b42c1ef
commit 9589531d23
2 changed files with 7 additions and 5 deletions

View File

@ -37,11 +37,7 @@ USERADD_PARAM_avahi-autoipd = "--system --home /var/run/avahi-autoipd \
-c \"Avahi autoip daemon\" \
avahi-autoipd"
inherit autotools pkgconfig update-rc.d gettext systemd useradd
SYSTEMD_PACKAGES = "${PN}-daemon ${PN}-dnsconfd"
SYSTEMD_SERVICE_avahi-daemon = "avahi-daemon.service"
SYSTEMD_SERVICE_avahi-dnsconfd = "avahi-dnsconfd.service"
inherit autotools pkgconfig update-rc.d gettext useradd
EXTRA_OECONF = "--disable-introspection \
--with-avahi-priv-access-group=adm \

View File

@ -1,5 +1,11 @@
require avahi.inc
inherit systemd
SYSTEMD_PACKAGES = "${PN}-daemon ${PN}-dnsconfd"
SYSTEMD_SERVICE_avahi-daemon = "avahi-daemon.service"
SYSTEMD_SERVICE_avahi-dnsconfd = "avahi-dnsconfd.service"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \
file://avahi-common/address.h;endline=25;md5=b1d1d2cda1c07eb848ea7d6215712d9d \
file://avahi-core/dns.h;endline=23;md5=6fe82590b81aa0ddea5095b548e2fdcb \