diff options
author | Changqing Li <changqing.li@windriver.com> | 2019-08-30 15:37:50 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-31 08:44:19 +0100 |
commit | 9f0d3f2817d7a9c536e4ab8977c7ad99a5426097 (patch) | |
tree | abccbcaf6c4b4efa88e34c0ada87adbaeadacee6 /meta/recipes-devtools/systemd-bootchart | |
parent | 291ec69e421984e8658bb4c83537e998b0dbc9b1 (diff) | |
download | openembedded-core-contrib-9f0d3f2817d7a9c536e4ab8977c7ad99a5426097.tar.gz |
systemd-bootchart: support usrmerge
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 1ae21b1fbc5..b0433e0e992 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() { FILES_${PN} += "${systemd_unitdir}/systemd-bootchart" -EXTRA_OECONF = " --with-rootprefix=${base_prefix} \ +EXTRA_OECONF = " --with-rootprefix=${root_prefix} \ --with-rootlibdir=${base_libdir}" |