diff options
-rw-r--r-- | recipes-qt/automotive/qtapplicationmanager_git.bb | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/recipes-qt/automotive/qtapplicationmanager_git.bb b/recipes-qt/automotive/qtapplicationmanager_git.bb index 7aed616..d63526a 100644 --- a/recipes-qt/automotive/qtapplicationmanager_git.bb +++ b/recipes-qt/automotive/qtapplicationmanager_git.bb | |||
@@ -31,19 +31,17 @@ DESCRIPTION = "Qt component for application lifecycle management" | |||
31 | LICENSE = "(GFDL-1.3 & The-Qt-Company-GPL-Exception-1.0 & (LGPL-3.0 | GPL-2.0+)) | The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "(GFDL-1.3 & The-Qt-Company-GPL-Exception-1.0 & (LGPL-3.0 | GPL-2.0+)) | The-Qt-Company-DCLA-2.1" |
32 | LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=317fda864ac33d41406ff3938c3e78d1" | 32 | LIC_FILES_CHKSUM = "file://LICENSE.GPL3;md5=317fda864ac33d41406ff3938c3e78d1" |
33 | 33 | ||
34 | inherit qmake5 | 34 | inherit qt5-module |
35 | require recipes-qt/qt5/qt5-git.inc | 35 | require recipes-qt/qt5/qt5-git.inc |
36 | 36 | ||
37 | SRCREV = "39230c74667a70b66b19c541ae0ba4d0d9620ed0" | 37 | SRCREV = "977c2d96b5114273b49b5dba5dcaf99bba7595d7" |
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)}" |
41 | RDEPENDS_${PN} = "libcrypto" | 41 | RDEPENDS_${PN} = "libcrypto ${PN}-tools" |
42 | 42 | ||
43 | EXTRA_QMAKEVARS_PRE += "\ | 43 | EXTRA_QMAKEVARS_PRE += "\ |
44 | ${@base_contains("DISTRO_FEATURES", "wayland", "-config force-multiprocess", "-config force-singleprocess", d)} \ | 44 | ${@base_contains("DISTRO_FEATURES", "wayland", "-config force-multiprocess", "-config force-singleprocess", d)} \ |
45 | -config enable-dummydata \ | ||
46 | -config enable-ivi-logging \ | ||
47 | -config install-prefix=/usr \ | 45 | -config install-prefix=/usr \ |
48 | -config systemd-workaround \ | 46 | -config systemd-workaround \ |
49 | -config hardware-id=neptune \ | 47 | -config hardware-id=neptune \ |
@@ -56,7 +54,5 @@ do_install_append() { | |||
56 | 54 | ||
57 | FILES_${PN} += "\ | 55 | FILES_${PN} += "\ |
58 | /opt/am \ | 56 | /opt/am \ |
59 | ${libdir}/appman \ | 57 | ${datadir}/dbus-1 \ |
60 | ${datadir}/dbus-1" | 58 | " |
61 | FILES_${PN}-dbg += "${libdir}/appman/.debug" | ||
62 | FILES_${PN}-dev += "${OE_QMAKE_PATH_LIBS}/*.prl" | ||