summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-10-02 08:35:52 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2018-10-02 07:34:49 +0000
commit9f1b6cef1cd2f8d38969d19ecfc454528bc1d684 (patch)
tree6f19f6194f0ac590003b9049992368a5197e0288 /meta-boot2qt
parent740471f6025831e7747d1fab844042be0bbed00d (diff)
downloadmeta-boot2qt-9f1b6cef1cd2f8d38969d19ecfc454528bc1d684.tar.gz
qtivi: remove dependency to libxcrypt
QtIVI is not really dependent on libxcrypt, files in the python virtualenv just confuse the package QA. Disable build-deps checks to remove false warnings. Change-Id: I5737a540839f286f83c5b817220947687eb06023 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-boot2qt')
-rw-r--r--meta-boot2qt/recipes-qt/automotive/qtivi_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb b/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb
index ae42544..01a7d4b 100644
--- a/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb
+++ b/meta-boot2qt/recipes-qt/automotive/qtivi_git.bb
@@ -37,7 +37,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
37 37
38DEPENDS = "qtbase qtdeclarative qtmultimedia qtivi-native" 38DEPENDS = "qtbase qtdeclarative qtmultimedia qtivi-native"
39DEPENDS_class-native = "qtbase" 39DEPENDS_class-native = "qtbase"
40DEPENDS_class-nativesdk = "qtbase qtivi-native libxcrypt" 40DEPENDS_class-nativesdk = "qtbase qtivi-native"
41 41
42inherit qt5-module 42inherit qt5-module
43inherit python3native 43inherit python3native
@@ -110,4 +110,4 @@ BBCLASSEXTEND += "native nativesdk"
110 110
111INSANE_SKIP_${PN}_class-native = "already-stripped" 111INSANE_SKIP_${PN}_class-native = "already-stripped"
112INSANE_SKIP_${PN}_class-nativesdk = "already-stripped" 112INSANE_SKIP_${PN}_class-nativesdk = "already-stripped"
113INSANE_SKIP_${PN}-tools_class-nativesdk = "staticdev file-rdeps libdir" 113INSANE_SKIP_${PN}-tools_class-nativesdk = "staticdev file-rdeps libdir build-deps"