From 09f8c75cfeb0ea6d6b77dbd25cfbf779aa395b45 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 28 Feb 2017 11:10:51 +0200 Subject: Update automotive components Use latest version of QtWayland from 5.8 branch, which is needed for qtapplicationmanager to work correctly. Change Drive CX to use basic rendering loop. Change-Id: If74255e982a676f1c556f2ef25975b675a484e05 Reviewed-by: Dominik Holland --- recipes-qt/automotive/neptune-ui_git.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'recipes-qt/automotive/neptune-ui_git.bb') diff --git a/recipes-qt/automotive/neptune-ui_git.bb b/recipes-qt/automotive/neptune-ui_git.bb index 7397c11..11b81db 100644 --- a/recipes-qt/automotive/neptune-ui_git.bb +++ b/recipes-qt/automotive/neptune-ui_git.bb @@ -36,23 +36,18 @@ require recipes-qt/qt5/qt5-git.inc QT_GIT = "git://github.com/qtproject" QT_MODULE = "qt-apps-neptune-ui" -QT_MODULE_BRANCH = "master" SRC_URI += " \ file://neptune.service \ " -SRCREV = "fd18dcbb9f53eb3948da890704530007327c476f" +SRCREV = "7d865406d6ccc538f9fd658a0d2b557e115d6919" DEPENDS = "qtbase qtdeclarative" RDEPENDS_${PN} = "qtapplicationmanager qtivi qtvirtualkeyboard \ qtquickcontrols-qmlplugins qtgraphicaleffects-qmlplugins \ ${@base_contains('DISTRO_FEATURES', 'webengine', 'qtwebengine', '', d)}" -do_configure_prepend() { - echo "qml.path = /opt/neptune" >> ${S}/neptuneui.pro -} - do_install_append() { install -m 0755 -d ${D}${systemd_unitdir}/system install -m 0644 ${WORKDIR}/neptune.service ${D}${systemd_unitdir}/system/ -- cgit v1.2.3-54-g00ecf