summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/qtapplicationmanager_git.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-11-17 13:41:14 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2017-12-01 06:28:19 +0000
commit8c4bb0c7e508ba7cf1268021af8c29ef6c57d9bc (patch)
treea3695b7d50855045953a541df97084080262be4a /recipes-qt/automotive/qtapplicationmanager_git.bb
parentee80f15fba2672ec4c3dd05890e14abe224deff6 (diff)
downloadmeta-boot2qt-8c4bb0c7e508ba7cf1268021af8c29ef6c57d9bc.tar.gz
appman: add dependency to nativesdk-qtdeclarative
... and remove += where that does not work as expected. Change-Id: Ib50f61f2609761d927e163c9fe23dac1a98a2ccb Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'recipes-qt/automotive/qtapplicationmanager_git.bb')
-rw-r--r--recipes-qt/automotive/qtapplicationmanager_git.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes-qt/automotive/qtapplicationmanager_git.bb b/recipes-qt/automotive/qtapplicationmanager_git.bb
index 5b112b5..47d9eb1 100644
--- a/recipes-qt/automotive/qtapplicationmanager_git.bb
+++ b/recipes-qt/automotive/qtapplicationmanager_git.bb
@@ -1,6 +1,6 @@
1############################################################################ 1############################################################################
2## 2##
3## Copyright (C) 2016 The Qt Company Ltd. 3## Copyright (C) 2017 The Qt Company Ltd.
4## Contact: https://www.qt.io/licensing/ 4## Contact: https://www.qt.io/licensing/
5## 5##
6## This file is part of the Boot to Qt meta layer. 6## This file is part of the Boot to Qt meta layer.
@@ -60,9 +60,11 @@ FILES_${PN} += "\
60 60
61BBCLASSEXTEND += "nativesdk" 61BBCLASSEXTEND += "nativesdk"
62 62
63DEPENDS_class-nativesdk = "qtbase nativesdk-glibc-locale nativesdk-libarchive" 63# nativesdk-qtdeclarative is added only to make build deterministic, can be removed once
64DEPENDS_class-nativesdk_remove_mingw32 += "nativesdk-glibc-locale nativesdk-libarchive" 64# there is a configure option to disable its usage.
65DEPENDS_class-nativesdk = "qtbase nativesdk-qtdeclarative nativesdk-glibc-locale nativesdk-libarchive"
66DEPENDS_class-nativesdk_remove_mingw32 = "nativesdk-glibc-locale nativesdk-libarchive"
65 67
66EXTRA_QMAKEVARS_PRE_class-nativesdk += "\ 68EXTRA_QMAKEVARS_PRE_class-nativesdk = "\
67 -config tools-only \ 69 -config tools-only \
68 " 70 "