diff options
author | Gordan Markuš <gordan.markus@pelagicore.com> | 2016-12-08 12:25:26 +0100 |
---|---|---|
committer | Gordan Markus <gordan.markus@pelagicore.com> | 2016-12-16 12:46:55 +0000 |
commit | b1fab1e70f8c042826d4c2144ceb40ad5da321cb (patch) | |
tree | 5453a1e4e75a5d86e6b94ffd7beaab92d395f626 | |
parent | 4969969259e361f6b0b4c1087e66f91846a401ad (diff) | |
download | meta-boot2qt-b1fab1e70f8c042826d4c2144ceb40ad5da321cb.tar.gz |
QtApplicationManager: Revision update
Fix Qt 5.8 builds and remove redundant dbus installation directive.
Change-Id: I844e7b1f7155ea9eaa1fcdd16f541284424c4715
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r-- | recipes-qt/automotive/qtapplicationmanager_git.bb | 3 |
1 files changed, 1 insertions, 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" | |||
34 | inherit qt5-module | 34 | inherit qt5-module |
35 | require recipes-qt/qt5/qt5-git.inc | 35 | require recipes-qt/qt5/qt5-git.inc |
36 | 36 | ||
37 | SRCREV = "c23f2cd6daffbed3c8b7f219d75bf0e657359755" | 37 | SRCREV = "d9d1e0851089978d44d943d7125af1e51e0c3e3c" |
38 | 38 | ||
39 | DEPENDS = "qtbase qtdeclarative libyaml libarchive \ | 39 | DEPENDS = "qtbase qtdeclarative libyaml libarchive \ |
40 | ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" | 40 | ${@base_contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" |
@@ -54,5 +54,4 @@ do_install_append() { | |||
54 | 54 | ||
55 | FILES_${PN} += "\ | 55 | FILES_${PN} += "\ |
56 | /opt/am \ | 56 | /opt/am \ |
57 | ${datadir}/dbus-1 \ | ||
58 | " | 57 | " |