From 59ae0b13d2bb14fbf12117f2f55bfcb6f06f104b Mon Sep 17 00:00:00 2001 From: Indivara Weerasuriya Date: Tue, 30 Jul 2024 19:47:24 +0900 Subject: Migrate demo app recipes and patch apps to Qt 6 Bug-AGL: SPEC-5294 Change-Id: I6b9ff940745f88af9a3b69e29917082e52b25f88 Signed-off-by: Indivara Weerasuriya Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30141 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- recipes-demo/hvac/hvac_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-demo/hvac/hvac_git.bb') diff --git a/recipes-demo/hvac/hvac_git.bb b/recipes-demo/hvac/hvac_git.bb index 2ac6a69b1..e17490444 100644 --- a/recipes-demo/hvac/hvac_git.bb +++ b/recipes-demo/hvac/hvac_git.bb @@ -10,7 +10,6 @@ DEPENDS = " \ qttools-native \ qtbase \ qtdeclarative \ - qtquickcontrols2 \ libqtappfw \ " @@ -19,12 +18,13 @@ PV = "2.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/hvac;protocol=https;branch=${AGL_BRANCH} \ file://hvac.conf \ file://hvac.token \ -" + file://0001-Migrate-to-Qt-6.patch \ + " SRCREV = "d37674bb6dbb5ceb15c650a0344b0caf624963bc" S = "${WORKDIR}/git" -inherit qmake5 pkgconfig agl-app +inherit qt6-qmake pkgconfig agl-app AGL_APP_NAME = "HVAC" @@ -44,7 +44,7 @@ do_install:append() { RDEPENDS:${PN} += " \ qtwayland \ qtbase-qmlplugins \ - qtgraphicaleffects-qmlplugins \ + qt5compat \ qtquickcontrols2-agl-style \ libqtappfw \ " -- cgit 1.2.3-korg