X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fwindowmanager%2Fwindowmanager_git.bb;h=f6119aa157a8de6927f25d031b233bd5a980ef9c;hb=d1a3ac4fbbd235db1f3662d619f44d82c19fe716;hp=013f445964fbe7015488246fcbe3b562e8b72dcc;hpb=e9da2ae427ac8631e3f62915850adba4cfcf40ed;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/windowmanager/windowmanager_git.bb b/recipes-demo-hmi/windowmanager/windowmanager_git.bb index 013f44596..f6119aa15 100644 --- a/recipes-demo-hmi/windowmanager/windowmanager_git.bb +++ b/recipes-demo-hmi/windowmanager/windowmanager_git.bb @@ -26,9 +26,10 @@ do_install() { install -d ${D}${systemd_user_unitdir} install -m 0644 ${S}/windowmanager/conf/WindowManager.service ${D}${systemd_user_unitdir} + install -m 0644 ${S}/windowmanager/conf/WindowManager.path ${D}${systemd_user_unitdir} install -d ${D}${sysconfdir}/systemd/user/default.target.wants - ln -sf ${systemd_user_unitdir}/WindowManager.service ${D}${sysconfdir}/systemd/user/default.target.wants + ln -sf ${systemd_user_unitdir}/WindowManager.path ${D}${sysconfdir}/systemd/user/default.target.wants } FILES_${PN} += "/usr/AGL/${PN}/ ${systemd_user_unitdir}"