diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-07-27 17:02:54 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-07-27 19:39:16 -0400 |
commit | 731adc93b2fed74bc4410dff510fb019d10f253f (patch) | |
tree | 77f17ab8b7b906a288d84f99f2cb4cde6fa537ff /recipes-demo/settings | |
parent | f22d415e4b1290cbba736df7d4cafa043dc8f8f2 (diff) |
Updates for application enumeration via systemd units
Update application recipes to use the new agl-app.bbclass to install
the now required by applaunchd systemd template unit instances. The
previously used .desktop files have been removed, and it is believed
that the required configuration with respect to application display
names has been captured in the new agl-app configuration variables.
Bug-AGL: SPEC-4466
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I2925a68f911646c287bc7128bb0e5f43d55ce7bf
Diffstat (limited to 'recipes-demo/settings')
-rw-r--r-- | recipes-demo/settings/settings_git.bb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes-demo/settings/settings_git.bb b/recipes-demo/settings/settings_git.bb index 0f31860ad..c090ec7f8 100644 --- a/recipes-demo/settings/settings_git.bb +++ b/recipes-demo/settings/settings_git.bb @@ -21,15 +21,9 @@ SRCREV = "26dc6a8c8847248450bf902124b7cd867e027274" S = "${WORKDIR}/git" -inherit qmake5 pkgconfig +inherit qmake5 pkgconfig agl-app -# HACK: new systemd-enabled applaunchd for now relies on .desktop and DBusActivatable -do_install:append() { - sed -n "/^DBusActivatable=/!p" -i ${D}${datadir}/applications/settings.desktop - echo "DBusActivatable=true" >> ${D}${datadir}/applications/settings.desktop -} - -FILES:${PN} += "${datadir}/icons/" +AGL_APP_NAME = "Settings" RDEPENDS:${PN} += " \ qtwayland \ |