summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2021-11-11 02:36:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-11 17:09:16 +0000
commit4a2b12c73a36ea6572262d62e927ef52ae93f159 (patch)
tree70294eae2abea78c74e80cf8e9d5f5514ed08b07 /meta/recipes-devtools
parent7377f7cdfbbbfe8d71e588327e7847cb1f48e745 (diff)
downloadpoky-4a2b12c73a36ea6572262d62e927ef52ae93f159.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb2
1 files changed, 1 insertions, 1 deletions
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() {
38 rm -f ${S}/m4/intltool.m4 38 rm -f ${S}/m4/intltool.m4
39} 39}
40 40
41FILES:${PN} += "${systemd_system_unitdir}d-bootchart" 41FILES:${PN} += "${systemd_unitdir}/systemd-bootchart"
42 42
43EXTRA_OECONF = " --with-rootprefix=${root_prefix} \ 43EXTRA_OECONF = " --with-rootprefix=${root_prefix} \
44 --with-rootlibdir=${base_libdir}" 44 --with-rootlibdir=${base_libdir}"