diff options
author | Gordan Markuš <gordan.markus@gmail.com> | 2017-07-13 12:42:50 +0200 |
---|---|---|
committer | Gordan Markus <gordan.markus@pelagicore.com> | 2017-07-18 10:20:45 +0000 |
commit | 73eb59bfb7c8b9e5bc5c3b986a626dc43292f912 (patch) | |
tree | 713ebe32c5e57027f3a8a77c2f630d0fde162a50 | |
parent | 6e45763c3292e7e0276868e7ee9e439d818beb2a (diff) | |
download | meta-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.bb | 4 |
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 | ||
61 | BBCLASSEXTEND += "nativesdk" | 61 | BBCLASSEXTEND += "nativesdk" |
62 | 62 | ||
63 | DEPENDS_class-nativesdk = "qtbase nativesdk-glibc-locale" | 63 | DEPENDS_class-nativesdk = "qtbase nativesdk-glibc-locale nativesdk-libarchive" |
64 | DEPENDS_class-nativesdk_remove_mingw32 += "nativesdk-glibc-locale" | 64 | DEPENDS_class-nativesdk_remove_mingw32 += "nativesdk-glibc-locale nativesdk-libarchive" |
65 | 65 | ||
66 | EXTRA_QMAKEVARS_PRE_class-nativesdk += "\ | 66 | EXTRA_QMAKEVARS_PRE_class-nativesdk += "\ |
67 | -config tools-only \ | 67 | -config tools-only \ |