mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
systemd-bootchart: Revert inappropriate use of ${systemd_system_unitdir}
This is a partial revert of commit 5ace3ada (systemd:
'${systemd_unitdir}/system' => '${systemd_system_unitdir}') where
the string '${systemd_unitdir}/system' matched something other than the
intended directory.
(From OE-Core rev: 9ef86e740e7b95df615fdb476267c72cd9b3dd40)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7377f7cdfb
commit
4a2b12c73a
@@ -38,7 +38,7 @@ do_configure:prepend() {
|
||||
rm -f ${S}/m4/intltool.m4
|
||||
}
|
||||
|
||||
FILES:${PN} += "${systemd_system_unitdir}d-bootchart"
|
||||
FILES:${PN} += "${systemd_unitdir}/systemd-bootchart"
|
||||
|
||||
EXTRA_OECONF = " --with-rootprefix=${root_prefix} \
|
||||
--with-rootlibdir=${base_libdir}"
|
||||
|
||||
Reference in New Issue
Block a user