diff options
Diffstat (limited to 'recipes-demo/launcher/launcher_git.bb')
-rw-r--r-- | recipes-demo/launcher/launcher_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-demo/launcher/launcher_git.bb b/recipes-demo/launcher/launcher_git.bb index c46a4a182..2f8c5182e 100644 --- a/recipes-demo/launcher/launcher_git.bb +++ b/recipes-demo/launcher/launcher_git.bb @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" DEPENDS = "\ qtbase \ qtdeclarative \ - qtquickcontrols2 \ libqtappfw \ wayland-native \ wayland \ @@ -23,12 +22,13 @@ PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/launcher;protocol=https;branch=${AGL_BRANCH} \ file://launcher.service \ -" + file://0001-Migrate-to-Qt-6.patch \ + " SRCREV = "4be88c049f31b7659e09223857b92ca531835039" S = "${WORKDIR}/git" -inherit qmake5 systemd pkgconfig +inherit qt6-qmake systemd pkgconfig PATH:prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:" |