From b1fab1e70f8c042826d4c2144ceb40ad5da321cb Mon Sep 17 00:00:00 2001 From: Gordan Markuš Date: Thu, 8 Dec 2016 12:25:26 +0100 Subject: QtApplicationManager: Revision update Fix Qt 5.8 builds and remove redundant dbus installation directive. Change-Id: I844e7b1f7155ea9eaa1fcdd16f541284424c4715 Reviewed-by: Samuli Piippo --- recipes-qt/automotive/qtapplicationmanager_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-qt/automotive/qtapplicationmanager_git.bb b/recipes-qt/automotive/qtapplicationmanager_git.bb index bc3ff6b..1121713 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 = "c23f2cd6daffbed3c8b7f219d75bf0e657359755" +SRCREV = "d9d1e0851089978d44d943d7125af1e51e0c3e3c" DEPENDS = "qtbase qtdeclarative libyaml libarchive \ ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" @@ -54,5 +54,4 @@ do_install_append() { FILES_${PN} += "\ /opt/am \ - ${datadir}/dbus-1 \ " -- cgit v1.2.3-54-g00ecf