From 9f0d3f2817d7a9c536e4ab8977c7ad99a5426097 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Fri, 30 Aug 2019 15:37:50 +0800 Subject: systemd-bootchart: support usrmerge Signed-off-by: Changqing Li Signed-off-by: Richard Purdie --- meta/recipes-devtools/systemd-bootchart/systemd-bootchart_233.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { FILES_${PN} += "${systemd_unitdir}/systemd-bootchart" -EXTRA_OECONF = " --with-rootprefix=${base_prefix} \ +EXTRA_OECONF = " --with-rootprefix=${root_prefix} \ --with-rootlibdir=${base_libdir}" -- cgit 1.2.3-korg