[oe-commits] Ross Burton : avahi: use correct names in SYSTEMD_SERVICE_* variables

git at git.openembedded.org git at git.openembedded.org
Tue Sep 10 21:51:20 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 013cc8b6397c29e8f0d7adf63d8e06caab778da2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=013cc8b6397c29e8f0d7adf63d8e06caab778da2

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Sep  9 17:16:10 2013 +0100

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 ]

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 22731f9..5d796a2 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
 inherit systemd
 
 SYSTEMD_PACKAGES = "${PN}-daemon ${PN}-dnsconfd"
-SYSTEMD_SERVICE_avahi-daemon = "avahi-daemon.service"
-SYSTEMD_SERVICE_avahi-dnsconfd = "avahi-dnsconfd.service"
+SYSTEMD_SERVICE_${PN}-daemon = "avahi-daemon.service"
+SYSTEMD_SERVICE_${PN}-dnsconfd = "avahi-dnsconfd.service"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \
                     file://avahi-common/address.h;endline=25;md5=b1d1d2cda1c07eb848ea7d6215712d9d \



More information about the Openembedded-commits mailing list