summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2019-08-30 15:37:50 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-01 22:33:07 +0100
commitf05aaad27bf3e95c7b08daaef74ec788e87f50f0 (patch)
tree34b3047c8f86f89aabef33a4f24926aa066dc333
parentafea3c7d6524a8a2d615e2218b26b2e60c93e16d (diff)
downloadpoky-f05aaad27bf3e95c7b08daaef74ec788e87f50f0.tar.gz
systemd-bootchart: support usrmerge
(From OE-Core rev: 9f0d3f2817d7a9c536e4ab8977c7ad99a5426097) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/systemd-bootchart/systemd-bootchart_233.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_233.bb b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_233.bb
index 1ae21b1fbc..b0433e0e99 100644
--- a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_233.bb
+++ b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_233.bb
@@ -33,5 +33,5 @@ do_configure_prepend() {
33 33
34FILES_${PN} += "${systemd_unitdir}/systemd-bootchart" 34FILES_${PN} += "${systemd_unitdir}/systemd-bootchart"
35 35
36EXTRA_OECONF = " --with-rootprefix=${base_prefix} \ 36EXTRA_OECONF = " --with-rootprefix=${root_prefix} \
37 --with-rootlibdir=${base_libdir}" 37 --with-rootlibdir=${base_libdir}"