From 8c4bb0c7e508ba7cf1268021af8c29ef6c57d9bc Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 17 Nov 2017 13:41:14 +0200 Subject: appman: add dependency to nativesdk-qtdeclarative ... and remove += where that does not work as expected. Change-Id: Ib50f61f2609761d927e163c9fe23dac1a98a2ccb Reviewed-by: Robert Griebl --- recipes-qt/automotive/qtapplicationmanager_git.bb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'recipes-qt') 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 @@ ############################################################################ ## -## Copyright (C) 2016 The Qt Company Ltd. +## Copyright (C) 2017 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## ## This file is part of the Boot to Qt meta layer. @@ -60,9 +60,11 @@ FILES_${PN} += "\ BBCLASSEXTEND += "nativesdk" -DEPENDS_class-nativesdk = "qtbase nativesdk-glibc-locale nativesdk-libarchive" -DEPENDS_class-nativesdk_remove_mingw32 += "nativesdk-glibc-locale nativesdk-libarchive" +# nativesdk-qtdeclarative is added only to make build deterministic, can be removed once +# there is a configure option to disable its usage. +DEPENDS_class-nativesdk = "qtbase nativesdk-qtdeclarative nativesdk-glibc-locale nativesdk-libarchive" +DEPENDS_class-nativesdk_remove_mingw32 = "nativesdk-glibc-locale nativesdk-libarchive" -EXTRA_QMAKEVARS_PRE_class-nativesdk += "\ +EXTRA_QMAKEVARS_PRE_class-nativesdk = "\ -config tools-only \ " -- cgit v1.2.3-54-g00ecf