diff options
Diffstat (limited to 'recipes-demo/hvac/hvac_git.bb')
-rw-r--r-- | recipes-demo/hvac/hvac_git.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-demo/hvac/hvac_git.bb b/recipes-demo/hvac/hvac_git.bb index 8b4b090d1..99a22e364 100644 --- a/recipes-demo/hvac/hvac_git.bb +++ b/recipes-demo/hvac/hvac_git.bb @@ -39,6 +39,12 @@ do_install:append() { install -m 0644 ${WORKDIR}/hvac.token ${D}${sysconfdir}/xdg/AGL/hvac/ } +# HACK: new systemd-enabled applaunchd for now relies on .desktop and DBusActivatable +do_install:append() { + sed -n "/^DBusActivatable=/!p" -i ${D}${datadir}/applications/hvac.desktop + echo "DBusActivatable=true" >> ${D}${datadir}/applications/hvac.desktop +} + FILES:${PN} += "${datadir}/icons/" RDEPENDS:${PN} += " \ |