From: Ross Burton Date: Wed, 17 Apr 2013 20:36:17 +0000 (+0000) Subject: busybox: hard-code the syslog service file X-Git-Tag: 2015-4~6788 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ee36f997e68f5a995baf361191cef7a46ff51203;p=openembedded-core.git busybox: hard-code the syslog service file Previously this was using ${PN}-syslog.service, which changes with multilib. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 0a235b98fe..59e0141e19 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc @@ -34,7 +34,7 @@ INITSCRIPT_NAME_${PN}-syslog = "syslog" INITSCRIPT_NAME_${PN}-udhcpd = "busybox-udhcpd" SYSTEMD_PACKAGES = "${PN}-syslog" -SYSTEMD_SERVICE_${PN}-syslog = "${PN}-syslog.service" +SYSTEMD_SERVICE_${PN}-syslog = "busybox-syslog.service" CONFFILES_${PN}-syslog = "${sysconfdir}/syslog-startup.conf.${BPN}" CONFFILES_${PN}-mdev = "${sysconfdir}/mdev.conf"