X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-demo%2Fcluster-dashboard%2Fcluster-dashboard_git.bb;h=2f5bbecf55a2f5637636d91eb405c6acb8f64212;hb=49f911b73e57d2f10a771613f60d8fa8a4f6a507;hp=7c7d4051c8dce01c0860359be3a2151a889c6d75;hpb=2d365a414869454e217e2b099872de0bc2519fda;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb b/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb index 7c7d4051c..2f5bbecf5 100644 --- a/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb +++ b/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb @@ -8,24 +8,39 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984 \ file://app/cluster-gauges.qml;beginline=9;endline=48;md5=54187d50b29429abee6095fe8b7c1a78" DEPENDS = " \ - qtquickcontrols2 qtwebsockets libqtappfw glib-2.0 \ - wayland-native wayland qtwayland qtwayland-native \ + qtquickcontrols2 \ + libqtappfw \ + glib-2.0 \ + wayland wayland-native \ + qtwayland qtwayland-native \ " PV = "1.0+git${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-cluster-demo-dashboard;protocol=https;branch=${AGL_BRANCH}" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-cluster-demo-dashboard;protocol=https;branch=${AGL_BRANCH} \ + file://cluster-dashboard.service \ +" SRCREV = "${AGL_APP_REVISION}" S = "${WORKDIR}/git" -inherit pkgconfig cmake_qt5 aglwgt +inherit pkgconfig cmake_qt5 -RDEPENDS_${PN} += " \ +do_install:append() { + install -d ${D}${systemd_user_unitdir}/agl-session.target.wants + install -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_user_unitdir}/${BPN}.service + ln -s ../${BPN}.service ${D}${systemd_user_unitdir}/agl-session.target.wants/${BPN}.service +} + +FILES:${PN} += " ${systemd_user_unitdir}" + +RDEPENDS:${PN} += " \ + qtwayland \ + qtbase-qmlplugins \ qtquickcontrols \ qtquickcontrols-qmlplugins \ qtquickcontrols2 \ qtquickcontrols2-qmlplugins \ - libqtappfw \ - agl-service-signal-composer \ + qtgraphicaleffects-qmlplugins \ + qtsvg-plugins \ "