aboutsummaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-05-30 09:24:56 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2019-06-04 14:06:43 +0300
commitb83487e129aa4629929e879f0c7bd1d4c067ed0e (patch)
tree9a85d86305bcb621a9c4acf8dba49bad185319ea /meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb
parenta0986da928cce63ce2e400d809bf4486f46e9b64 (diff)
Add QtSafeRenderer 1.1
Add recipe for the QtSafeRenderer and include it in the automotive image and toolchain. The sources are in a private git repository, so it's included in the build only if we know that we have access to those (internal-build) or user has explicitly enabled it in the local.conf (DISTRO_FEATURES_BACKFILL). The recipe also knows how to use the sources from a Qt online SDK intallation if the variable (QT_SDK_PATH) is setup correctly. Neptune3 is enabled to use QSR if that is available. Task-number: AUTOSUITE-1009 Change-Id: I2efc68a598f1e83324de40f4f0cccce9615045f7 Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com> Reviewed-by: Jani Launonen <jani.launonen@qt.io>
Diffstat (limited to 'meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb')
-rw-r--r--meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb
index 8c4adaae..383ad07e 100644
--- a/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb
+++ b/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb
@@ -38,3 +38,5 @@ RDEPENDS_${PN} += "\
nativesdk-qtapplicationmanager-tools \
nativesdk-qtivi-tools \
"
+
+RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'qtsaferenderer', 'nativesdk-qtsaferenderer-tools', '', d)}"