diff --git a/recipes-qt/automotive/neptune-ui_git.bb b/recipes-qt/automotive/neptune-ui_git.bb index bb188f8a0e547983a91e1e3739102c0b85a96b5a..d4ef8e41a20c5471df208ab4013d1463c9fb747e 100644 --- a/recipes-qt/automotive/neptune-ui_git.bb +++ b/recipes-qt/automotive/neptune-ui_git.bb @@ -42,7 +42,7 @@ SRC_URI += " \ file://neptune.service \ " -SRCREV = "3d36a7b8e53770c91db60cec9586ef572a2f2814" +SRCREV = "fd18dcbb9f53eb3948da890704530007327c476f" DEPENDS = "qtbase qtdeclarative" RDEPENDS_${PN} = "qtapplicationmanager qtivi qtvirtualkeyboard \ @@ -55,10 +55,6 @@ do_configure_prepend() { do_install_append() { install -m 0755 -d ${D}${systemd_unitdir}/system install -m 0644 ${WORKDIR}/neptune.service ${D}${systemd_unitdir}/system/ - - install -m 0644 ${S}/Main*.qml ${D}/opt/neptune - install -m 0644 ${S}/MainWithCluster.qml ${D}/opt/neptune - install -m 0644 ${S}/am-config.yaml ${D}/opt/neptune } PACKAGES =+ "${PN}-apps" diff --git a/recipes-qt/automotive/qtapplicationmanager_git.bb b/recipes-qt/automotive/qtapplicationmanager_git.bb index 11217137faaaf848c18556f712a4ec67b829119f..3b548907106a94e61e6ec36b927fad44f37c040d 100644 --- a/recipes-qt/automotive/qtapplicationmanager_git.bb +++ b/recipes-qt/automotive/qtapplicationmanager_git.bb @@ -34,7 +34,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=317fda864ac33d41406ff3938c3e78d1" inherit qt5-module require recipes-qt/qt5/qt5-git.inc -SRCREV = "d9d1e0851089978d44d943d7125af1e51e0c3e3c" +SRCREV = "be9e9a37c2cd848cfdbb97990e0047f1a0834a8a" DEPENDS = "qtbase qtdeclarative libyaml libarchive \ ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb index 7c487ace7aa83542e4c1ce4aa3e9527def1be521..39d6eb289fd786d96ad615dd35f851bde8267f9c 100644 --- a/recipes-qt/automotive/qtivi_git.bb +++ b/recipes-qt/automotive/qtivi_git.bb @@ -43,6 +43,6 @@ PACKAGECONFIG[taglib] = "CONFIG+=config_taglib CONFIG+=done_config_taglib,CONFIG EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" -SRCREV = "1163c5e8e269d73b4e422a12e47f7db34285c4a0" +SRCREV = "ef2d628c7f34bf40a7a146a71a10c1f7e6f8d29e" DEPENDS = "qtbase qtdeclarative qtmultimedia"