X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fcluster-gauges-qtcompositor%2Fcluster-gauges-qtcompositor_git.bb;h=161e66528b8a49ed4d11b631a6f2a71afce32556;hb=ce73b75391878e7e144eaf9df4a4bfddca543eea;hp=4366bd554b465fbc1fce73af786047a7f9e5d9a9;hpb=2d365a414869454e217e2b099872de0bc2519fda;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor_git.bb b/recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor_git.bb index 4366bd554..161e66528 100644 --- a/recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor_git.bb +++ b/recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor_git.bb @@ -3,7 +3,7 @@ DESCRIPTION = "AGL HMI Application for demonstrating instrument cluster gauges a HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-cluster-demo-gauges" SECTION = "apps" -LICENSE = "Apache-2.0 & BSD" +LICENSE = "Apache-2.0 & BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984 \ file://app/cluster-gauges.qml;beginline=10;endline=49;md5=54187d50b29429abee6095fe8b7c1a78" @@ -11,14 +11,23 @@ DEPENDS = "qtquickcontrols2 qtwebsockets" PV = "1.0+git${SRCPV}" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-cluster-demo-gauges;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "${AGL_APP_REVISION}" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-cluster-demo-gauges;protocol=https;branch=${AGL_BRANCH} \ + file://cluster-gauges-qtcompositor.service \ +" + +SRCREV = "23eaf7da1f7d252aefddf9e41e52c745b7433b50" S = "${WORKDIR}/git" -inherit pkgconfig cmake_qt5 aglwgt +inherit pkgconfig cmake_qt5 systemd + +SYSTEMD_SERVICE:${PN} = "${BPN}.service" + +do_install:append() { + install -D -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_system_unitdir}/${BPN}.service +} -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ qtquickcontrols \ qtquickcontrols-qmlplugins \ qtquickcontrols2 \