diff options
author | Changqing Li <changqing.li@windriver.com> | 2019-08-30 15:37:50 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-01 22:33:07 +0100 |
commit | f05aaad27bf3e95c7b08daaef74ec788e87f50f0 (patch) | |
tree | 34b3047c8f86f89aabef33a4f24926aa066dc333 /meta/recipes-devtools/systemd-bootchart | |
parent | afea3c7d6524a8a2d615e2218b26b2e60c93e16d (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-devtools/systemd-bootchart')
-rw-r--r-- | meta/recipes-devtools/systemd-bootchart/systemd-bootchart_233.bb | 2 |
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 | ||
34 | FILES_${PN} += "${systemd_unitdir}/systemd-bootchart" | 34 | FILES_${PN} += "${systemd_unitdir}/systemd-bootchart" |
35 | 35 | ||
36 | EXTRA_OECONF = " --with-rootprefix=${base_prefix} \ | 36 | EXTRA_OECONF = " --with-rootprefix=${root_prefix} \ |
37 | --with-rootlibdir=${base_libdir}" | 37 | --with-rootlibdir=${base_libdir}" |