diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-03-04 14:25:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-05 17:16:14 +0000 |
commit | 9589531d2358bba51f1613d7f5195c84df892af6 (patch) | |
tree | 79ac5f96f6e90db36c7c773e0480386b282b4a69 /meta/recipes-connectivity/avahi/avahi_0.6.31.bb | |
parent | 712b42c1efb30335ff64456bfa14a589bbbdaeca (diff) | |
download | poky-9589531d2358bba51f1613d7f5195c84df892af6.tar.gz |
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>
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi_0.6.31.bb')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi_0.6.31.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.6.31.bb b/meta/recipes-connectivity/avahi/avahi_0.6.31.bb index cff097449f..22731f9cb6 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.6.31.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.6.31.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require avahi.inc | 1 | require avahi.inc |
2 | 2 | ||
3 | inherit systemd | ||
4 | |||
5 | SYSTEMD_PACKAGES = "${PN}-daemon ${PN}-dnsconfd" | ||
6 | SYSTEMD_SERVICE_avahi-daemon = "avahi-daemon.service" | ||
7 | SYSTEMD_SERVICE_avahi-dnsconfd = "avahi-dnsconfd.service" | ||
8 | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
4 | file://avahi-common/address.h;endline=25;md5=b1d1d2cda1c07eb848ea7d6215712d9d \ | 10 | file://avahi-common/address.h;endline=25;md5=b1d1d2cda1c07eb848ea7d6215712d9d \ |
5 | file://avahi-core/dns.h;endline=23;md5=6fe82590b81aa0ddea5095b548e2fdcb \ | 11 | file://avahi-core/dns.h;endline=23;md5=6fe82590b81aa0ddea5095b548e2fdcb \ |