diff options
Diffstat (limited to 'recipes-qt/automotive/qtapplicationmanager_git.bb')
| -rw-r--r-- | recipes-qt/automotive/qtapplicationmanager_git.bb | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/recipes-qt/automotive/qtapplicationmanager_git.bb b/recipes-qt/automotive/qtapplicationmanager_git.bb index e22196c..52ee20e 100644 --- a/recipes-qt/automotive/qtapplicationmanager_git.bb +++ b/recipes-qt/automotive/qtapplicationmanager_git.bb | |||
| @@ -29,16 +29,18 @@ | |||
| 29 | 29 | ||
| 30 | DESCRIPTION = "Qt component for application lifecycle management" | 30 | 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=43a31c6abffdd61c938811959b3c1b71" |
| 33 | 33 | ||
| 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 = "be9e9a37c2cd848cfdbb97990e0047f1a0834a8a" | 37 | SRCREV = "f472ef3662cf0a9bc2bf727c7cef18fd884df5a2" |
| 38 | 38 | ||
| 39 | DEPENDS = "qtbase qtdeclarative libyaml libarchive \ | 39 | DEPENDS = "qtbase qtdeclarative libyaml libarchive \ |
| 40 | ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" | 40 | ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" |
| 41 | |||
| 41 | RDEPENDS_${PN} = "libcrypto ${PN}-tools" | 42 | RDEPENDS_${PN} = "libcrypto ${PN}-tools" |
| 43 | RDEPENDS_${PN}_remove_mingw32 = "libcrypto" | ||
| 42 | 44 | ||
| 43 | EXTRA_QMAKEVARS_PRE += "\ | 45 | EXTRA_QMAKEVARS_PRE += "\ |
| 44 | ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "-config force-multiprocess", "-config force-singleprocess", d)} \ | 46 | ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "-config force-multiprocess", "-config force-singleprocess", d)} \ |
| @@ -55,3 +57,12 @@ do_install_append() { | |||
| 55 | FILES_${PN} += "\ | 57 | FILES_${PN} += "\ |
| 56 | /opt/am \ | 58 | /opt/am \ |
| 57 | " | 59 | " |
| 60 | |||
| 61 | BBCLASSEXTEND += "nativesdk" | ||
| 62 | |||
| 63 | DEPENDS_class-nativesdk = "qtbase nativesdk-glibc-locale" | ||
| 64 | DEPENDS_class-nativesdk_remove_mingw32 += "nativesdk-glibc-locale" | ||
| 65 | |||
| 66 | EXTRA_QMAKEVARS_PRE_class-nativesdk += "\ | ||
| 67 | -config tools-only \ | ||
| 68 | " | ||
