From 9ef86e740e7b95df615fdb476267c72cd9b3dd40 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 11 Nov 2021 02:36:32 +0100 Subject: [PATCH] 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 --- .../recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.40.1