[oe-commits] Ross Burton : busybox: hard-code the syslog service file

git at git.openembedded.org git at git.openembedded.org
Wed Apr 17 23:37:11 UTC 2013


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Apr 17 20:36:17 2013 +0000

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/busybox/busybox.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 0a235b9..59e0141 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"





More information about the Openembedded-commits mailing list