diff options
author | Ross Burton <ross.burton@intel.com> | 2013-09-09 17:16:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-10 23:03:07 +0100 |
commit | 42742e39d416f917640b23553b5fef8cb669c676 (patch) | |
tree | 34830c51df112a32f24bf35c0be992aeb7bee269 /meta/recipes-connectivity/avahi/avahi_0.6.31.bb | |
parent | a572d8ad9e3294ff58d5f864a107b3564dcbfbe5 (diff) | |
download | poky-42742e39d416f917640b23553b5fef8cb669c676.tar.gz |
avahi: use correct names in SYSTEMD_SERVICE_* variables
Don't hard-code full package names in SYSTEMD_SERVICE_*, because in multilib
they'll be changed.
[ YOCTO #4803 ]
(From OE-Core rev: 013cc8b6397c29e8f0d7adf63d8e06caab778da2)
Signed-off-by: Ross Burton <ross.burton@intel.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.6.31.bb b/meta/recipes-connectivity/avahi/avahi_0.6.31.bb index 22731f9cb6..5d796a202b 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.6.31.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.6.31.bb | |||
@@ -3,8 +3,8 @@ require avahi.inc | |||
3 | inherit systemd | 3 | inherit systemd |
4 | 4 | ||
5 | SYSTEMD_PACKAGES = "${PN}-daemon ${PN}-dnsconfd" | 5 | SYSTEMD_PACKAGES = "${PN}-daemon ${PN}-dnsconfd" |
6 | SYSTEMD_SERVICE_avahi-daemon = "avahi-daemon.service" | 6 | SYSTEMD_SERVICE_${PN}-daemon = "avahi-daemon.service" |
7 | SYSTEMD_SERVICE_avahi-dnsconfd = "avahi-dnsconfd.service" | 7 | SYSTEMD_SERVICE_${PN}-dnsconfd = "avahi-dnsconfd.service" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
10 | file://avahi-common/address.h;endline=25;md5=b1d1d2cda1c07eb848ea7d6215712d9d \ | 10 | file://avahi-common/address.h;endline=25;md5=b1d1d2cda1c07eb848ea7d6215712d9d \ |