aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-04-17 20:36:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-18 00:10:32 +0100
commitee36f997e68f5a995baf361191cef7a46ff51203 (patch)
tree938f9916d0bc7a37a8f8d44c7eaaec4017b81f07 /meta/recipes-core
parent53f1540780e5d4e8035118a1920202735bd0a370 (diff)
downloadopenembedded-core-ee36f997e68f5a995baf361191cef7a46ff51203.tar.gz
busybox: hard-code the syslog service file
Previously this was using ${PN}-syslog.service, which changes with multilib. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/busybox/busybox.inc2
1 files changed, 1 insertions, 1 deletions
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"