summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordan Markuš <gordan.markus@gmail.com>2017-07-13 12:42:50 +0200
committerGordan Markus <gordan.markus@pelagicore.com>2017-07-18 10:20:45 +0000
commit73eb59bfb7c8b9e5bc5c3b986a626dc43292f912 (patch)
tree713ebe32c5e57027f3a8a77c2f630d0fde162a50
parent6e45763c3292e7e0276868e7ee9e439d818beb2a (diff)
downloadmeta-boot2qt-73eb59bfb7c8b9e5bc5c3b986a626dc43292f912.tar.gz
qtapplicationmanager: Fix QA Warning
do_package_qa: QA Issue: nativesdk-qtapplicationmanager-tools rdepends on nativesdk-libarchive, but it isn't a build dependency, missing nativesdk-libarchive in DEPENDS or PACKAGECONFIG? [build-deps] Change-Id: I514bb61fbc697e695406926569584cec6c5e7ea9 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
-rw-r--r--recipes-qt/automotive/qtapplicationmanager_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/automotive/qtapplicationmanager_git.bb b/recipes-qt/automotive/qtapplicationmanager_git.bb
index 52ee20e..d2e8b31 100644
--- a/recipes-qt/automotive/qtapplicationmanager_git.bb
+++ b/recipes-qt/automotive/qtapplicationmanager_git.bb
@@ -60,8 +60,8 @@ FILES_${PN} += "\
60 60
61BBCLASSEXTEND += "nativesdk" 61BBCLASSEXTEND += "nativesdk"
62 62
63DEPENDS_class-nativesdk = "qtbase nativesdk-glibc-locale" 63DEPENDS_class-nativesdk = "qtbase nativesdk-glibc-locale nativesdk-libarchive"
64DEPENDS_class-nativesdk_remove_mingw32 += "nativesdk-glibc-locale" 64DEPENDS_class-nativesdk_remove_mingw32 += "nativesdk-glibc-locale nativesdk-libarchive"
65 65
66EXTRA_QMAKEVARS_PRE_class-nativesdk += "\ 66EXTRA_QMAKEVARS_PRE_class-nativesdk += "\
67 -config tools-only \ 67 -config tools-only \