mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
busybox: hard-code the syslog service file
Previously this was using ${PN}-syslog.service, which changes with multilib.
(From OE-Core rev: ee36f997e68f5a995baf361191cef7a46ff51203)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1fe847cfa7
commit
f781dec7d1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user