diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-04-24 09:04:39 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-04-24 09:04:39 +0000 |
commit | b643212ec628010277c0f98480c9fb6a44488dfb (patch) | |
tree | b88abe770ef80aaefc69824502b638427749dfff /recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor_git.bbDISABLED | |
parent | 5bb465ef396b66616bc18a116aba3257f0430670 (diff) |
WIP: Prepare for QT6sandbox/jsmoeller/qt6
Change-Id: Icc01644db2d0ec22756f2194b9d48dbae60de8ff
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor_git.bbDISABLED')
-rw-r--r-- | recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor_git.bbDISABLED | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor_git.bbDISABLED b/recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor_git.bbDISABLED new file mode 100644 index 000000000..eeba09fb9 --- /dev/null +++ b/recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor_git.bbDISABLED @@ -0,0 +1,38 @@ +SUMMARY = "Minimal cluster demo gauges that can be used standalone" +DESCRIPTION = "AGL HMI Application for demonstrating instrument cluster gauges as a wayland compositor" +HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-cluster-demo-gauges" +SECTION = "apps" + +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" + +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} \ + file://cluster-gauges-qtcompositor.service \ +" + +SRCREV = "23eaf7da1f7d252aefddf9e41e52c745b7433b50" + +S = "${WORKDIR}/git" + +inherit pkgconfig cmake_qt6 systemd + +SYSTEMD_SERVICE:${PN} = "${BPN}.service" + +do_install:append() { + install -D -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_system_unitdir}/${BPN}.service +} + +RDEPENDS:${PN} += " \ + qtquickcontrols \ + qtquickcontrols-qmlplugins \ + qtquickcontrols2 \ + qtquickcontrols2-qmlplugins \ + qtwebsockets \ + qtwebsockets-qmlplugins \ + kms-conf \ +" |