diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-11-17 13:41:14 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-12-01 06:28:19 +0000 |
commit | 8c4bb0c7e508ba7cf1268021af8c29ef6c57d9bc (patch) | |
tree | a3695b7d50855045953a541df97084080262be4a | |
parent | ee80f15fba2672ec4c3dd05890e14abe224deff6 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-qt/automotive/qtapplicationmanager_git.bb | 10 |
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 | ||
61 | BBCLASSEXTEND += "nativesdk" | 61 | BBCLASSEXTEND += "nativesdk" |
62 | 62 | ||
63 | DEPENDS_class-nativesdk = "qtbase nativesdk-glibc-locale nativesdk-libarchive" | 63 | # nativesdk-qtdeclarative is added only to make build deterministic, can be removed once |
64 | DEPENDS_class-nativesdk_remove_mingw32 += "nativesdk-glibc-locale nativesdk-libarchive" | 64 | # there is a configure option to disable its usage. |
65 | DEPENDS_class-nativesdk = "qtbase nativesdk-qtdeclarative nativesdk-glibc-locale nativesdk-libarchive" | ||
66 | DEPENDS_class-nativesdk_remove_mingw32 = "nativesdk-glibc-locale nativesdk-libarchive" | ||
65 | 67 | ||
66 | EXTRA_QMAKEVARS_PRE_class-nativesdk += "\ | 68 | EXTRA_QMAKEVARS_PRE_class-nativesdk = "\ |
67 | -config tools-only \ | 69 | -config tools-only \ |
68 | " | 70 | " |