]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd-bootchart: Revert inappropriate use of ${systemd_system_unitdir}
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Thu, 11 Nov 2021 01:36:32 +0000 (02:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Nov 2021 17:04:09 +0000 (17:04 +0000)
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.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb

index 71c2ba6d7c0788524fa70d3d121699e96dc7bc8b..fe6f0452d456ca45b79eb6df1d75d63dab67dd9d 100644 (file)
@@ -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}"