diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2016-10-25 16:42:31 +0300 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-10-27 13:15:24 +0000 |
| commit | 17bb365744a233dba7483be2c86b34a8c17f125a (patch) | |
| tree | c0de8a1a21c99e3457ee6fa9333c529ad37b54d5 /recipes-qt/automotive/qtapplicationmanager_git.bb | |
| parent | 1abbc2925f8a43e52c6cb3071e1cdb9353c83071 (diff) | |
| download | meta-boot2qt-17bb365744a233dba7483be2c86b34a8c17f125a.tar.gz | |
AM: update revision
Use qt5-module to get all files (mkspecs, examples) in correct sub-packages.
Change-Id: I41b98c74c2764d45a08ab064c17d507eb1029f79
Reviewed-by: Risto Avila <risto.avila@qt.io>
Diffstat (limited to 'recipes-qt/automotive/qtapplicationmanager_git.bb')
| -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" | ||
