From d312c2fb6f0a00f3abb45e99d4085845715866c7 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 22 Nov 2017 10:39:00 +0100 Subject: Use ROOT_HOME variable, not /home/root MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This enforces the use of the dedicated variable ROOT_HOME of yocto instead of /home/root. Note that the use of root's home made in the patched demos is bad and have to be changed. Change-Id: Ib0095a62d75800a0427be27955d1b2216b14554f Signed-off-by: José Bollo --- recipes-demo-hmi/navigation/mapviewer-demo.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-demo-hmi/navigation/mapviewer-demo.bb') diff --git a/recipes-demo-hmi/navigation/mapviewer-demo.bb b/recipes-demo-hmi/navigation/mapviewer-demo.bb index 86e7f93d..ea2e38b1 100644 --- a/recipes-demo-hmi/navigation/mapviewer-demo.bb +++ b/recipes-demo-hmi/navigation/mapviewer-demo.bb @@ -26,6 +26,7 @@ do_install() { install -d ${D}${systemd_system_unitdir} install -m 0644 ${WORKDIR}/weston-mapviewer-demo.service ${D}${systemd_system_unitdir} + sed -i "s:/home/root:${ROOT_HOME}:" ${D}${systemd_system_unitdir}/weston-mapviewer-demo.service } ## DO NOT ENABLE 'weston-mapviewer-demo.service' BY DEFAULT -- cgit 1.2.3-korg