X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fmediaplayer%2Fmediaplayer_git.bb;h=ff84ae8a240fc5f6e9563fa1c12059dbf56c86d3;hb=731adc93b2fed74bc4410dff510fb019d10f253f;hp=9458212ad57c218e35c8f56f367b7fb82a0a8bf3;hpb=f22d415e4b1290cbba736df7d4cafa043dc8f8f2;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/mediaplayer/mediaplayer_git.bb b/recipes-demo/mediaplayer/mediaplayer_git.bb index 9458212ad..ff84ae8a2 100644 --- a/recipes-demo/mediaplayer/mediaplayer_git.bb +++ b/recipes-demo/mediaplayer/mediaplayer_git.bb @@ -18,7 +18,9 @@ SRCREV = "9c7c1d105faeb57a5b79578318c5731d252c5414" S = "${WORKDIR}/git" -inherit qmake5 pkgconfig +inherit qmake5 pkgconfig agl-app + +AGL_APP_NAME = "Mediaplayer" do_install:append() { # Currently using default global client and CA certificates @@ -33,12 +35,4 @@ do_install:append() { install -m 0644 ${WORKDIR}/mediaplayer.token ${D}${sysconfdir}/xdg/AGL/mediaplayer/ } -# HACK: new systemd-enabled applaunchd for now relies on .desktop and DBusActivatable -do_install:append() { - sed -n "/^DBusActivatable=/!p" -i ${D}${datadir}/applications/mediaplayer.desktop - echo "DBusActivatable=true" >> ${D}${datadir}/applications/mediaplayer.desktop -} - -FILES:${PN} += "${datadir}/icons/" - RDEPENDS:${PN} += "libqtappfw mpd"