From 0d7ea04f33c2914a094c38d4810b1d1382d621d8 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 1 Oct 2018 08:52:10 +0300 Subject: automotive: update revisions Use latest revisions for the automotive modules. Fix qtivi build error: nativesdk-qtivi-tools requires /usr/local/bin/python, but no providers found in RDEPENDS_nativesdk-qtivi-tools? Change-Id: I853b442ab9789807cb874b92738ec1175d3f6cb5 Reviewed-by: Mikko Gronoff --- meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb | 2 +- meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb | 2 +- meta-boot2qt/recipes-qt/automotive/qtivi_git.bb | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'meta-boot2qt') diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb b/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb index 54539e2..3ad29b1 100644 --- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb +++ b/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb @@ -45,7 +45,7 @@ SRC_URI += " \ file://neptune.service \ " -SRCREV = "7b244d7f3d7db956756aa721dffe65b184bade98" +SRCREV = "d8332c73ccda36e1da2661317d7ed3c787b17c68" QMAKE_PROFILES = "${S}/neptune3-ui.pro" diff --git a/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb b/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb index 87ce644..5e05f4a 100644 --- a/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb +++ b/meta-boot2qt/recipes-qt/automotive/qtapplicationmanager_git.bb @@ -35,7 +35,7 @@ inherit qt5-module require recipes-qt/qt5/qt5-git.inc QT_MODULE_BRANCH = "dev" -SRCREV = "08ee6cf6bfff3bfc1cde8552231da12a51dd3b49" +SRCREV = "d6c4404b60a80ad951c0358b1e54c6c03e121a7d" DEPENDS = "qtbase qtdeclarative libyaml libarchive \ ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland qtwayland-native", "", d)}" diff --git a/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb b/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb index 164edeb..ae42544 100644 --- a/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb +++ b/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb @@ -37,22 +37,22 @@ LIC_FILES_CHKSUM = "file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ DEPENDS = "qtbase qtdeclarative qtmultimedia qtivi-native" DEPENDS_class-native = "qtbase" -DEPENDS_class-nativesdk = "qtbase qtivi-native" +DEPENDS_class-nativesdk = "qtbase qtivi-native libxcrypt" inherit qt5-module inherit python3native require recipes-qt/qt5/qt5-git.inc QT_MODULE_BRANCH = "dev" -QT_MODULE_BRANCH_QFACE = "upstream/develop" +QT_MODULE_BRANCH_QFACE = "upstream/master" SRC_URI += " \ ${QT_GIT}/qtivi-qface.git;name=qface;branch=${QT_MODULE_BRANCH_QFACE};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty/qface \ file://0001-Use-QT_HOST_BINS-get-for-getting-correct-path.patch \ " -SRCREV_qtivi = "e507a49be6387361ae4862ec6c6dc5aaac9d0c77" -SRCREV_qface = "9da793d6cbc63d617ad5e2ffd13e9f6d055c88e8" +SRCREV_qtivi = "142d7174863c2acf2792ba723c8dd273f8d07b22" +SRCREV_qface = "0a3ae7686e1100be452b8c435bdcd84ec242340e" SRCREV = "${SRCREV_qtivi}" SRCREV_FORMAT = "qtivi_qface" @@ -110,4 +110,4 @@ BBCLASSEXTEND += "native nativesdk" INSANE_SKIP_${PN}_class-native = "already-stripped" INSANE_SKIP_${PN}_class-nativesdk = "already-stripped" -INSANE_SKIP_${PN}-tools_class-nativesdk = "staticdev" +INSANE_SKIP_${PN}-tools_class-nativesdk = "staticdev file-rdeps libdir" -- cgit v1.2.3-54-g00ecf