diff options
Diffstat (limited to 'recipes-demo-hmi/navigation/mapviewer-demo.bb')
-rw-r--r-- | recipes-demo-hmi/navigation/mapviewer-demo.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-demo-hmi/navigation/mapviewer-demo.bb b/recipes-demo-hmi/navigation/mapviewer-demo.bb index 86e7f93d3..ea2e38b14 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 |