X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fdashboard%2Fdashboard_git.bb;h=64eb2f017ca73509f9ed67ff3ff2d2e2484b7288;hb=refs%2Fchanges%2F61%2F27961%2F2;hp=70b5ad4b75ddb36d3d2a8737eec1c14caf0421f7;hpb=aa6100e48b4beabe8cb5371fb88a98aebe58a996;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/dashboard/dashboard_git.bb b/recipes-demo/dashboard/dashboard_git.bb index 70b5ad4b7..64eb2f017 100644 --- a/recipes-demo/dashboard/dashboard_git.bb +++ b/recipes-demo/dashboard/dashboard_git.bb @@ -22,7 +22,9 @@ SRCREV = "4efe67714e60e2ab86acf1edee500373f6820954" S = "${WORKDIR}/git" -inherit qmake5 pkgconfig +inherit qmake5 pkgconfig agl-app + +AGL_APP_NAME = "Dashboard" do_install:append() { # Currently using default global client and CA certificates @@ -37,14 +39,6 @@ do_install:append() { install -m 0644 ${WORKDIR}/dashboard.token ${D}${sysconfdir}/xdg/AGL/dashboard/ } -# HACK: new systemd-enabled applaunchd for now relies on .desktop and DBusActivatable -do_install:append() { - sed -n "/^DBusActivatable=/!p" -i ${D}${datadir}/applications/dashboard.desktop - echo "DBusActivatable=true" >> ${D}${datadir}/applications/dashboard.desktop -} - -FILES:${PN} += "${datadir}/icons/" - RDEPENDS:${PN} += " \ qtwayland \ qtbase-qmlplugins \