From 9f1b6cef1cd2f8d38969d19ecfc454528bc1d684 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 2 Oct 2018 08:35:52 +0300 Subject: 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 --- meta-boot2qt/recipes-qt/automotive/qtivi_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-boot2qt/recipes-qt/automotive/qtivi_git.bb') 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 \ DEPENDS = "qtbase qtdeclarative qtmultimedia qtivi-native" DEPENDS_class-native = "qtbase" -DEPENDS_class-nativesdk = "qtbase qtivi-native libxcrypt" +DEPENDS_class-nativesdk = "qtbase qtivi-native" inherit qt5-module inherit python3native @@ -110,4 +110,4 @@ BBCLASSEXTEND += "native nativesdk" INSANE_SKIP_${PN}_class-native = "already-stripped" INSANE_SKIP_${PN}_class-nativesdk = "already-stripped" -INSANE_SKIP_${PN}-tools_class-nativesdk = "staticdev file-rdeps libdir" +INSANE_SKIP_${PN}-tools_class-nativesdk = "staticdev file-rdeps libdir build-deps" -- cgit v1.2.3-54-g00ecf