From: Changqing Li Date: Fri, 30 Aug 2019 07:37:50 +0000 (+0800) Subject: systemd-bootchart: support usrmerge X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f0d3f2817d7a9c536e4ab8977c7ad99a5426097;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd-bootchart: support usrmerge Signed-off-by: Changqing Li Signed-off-by: Richard Purdie --- 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}"