From: Peter Kjellerstedt Date: Thu, 11 Nov 2021 01:36:32 +0000 (+0100) Subject: systemd-bootchart: Revert inappropriate use of ${systemd_system_unitdir} X-Git-Tag: uninative-3.5~869 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9ef86e740e7b95df615fdb476267c72cd9b3dd40;p=openembedded-core.git 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. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb index 71c2ba6d7c..fe6f0452d4 100644 --- a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb +++ b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb @@ -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}"