summaryrefslogtreecommitdiffstats
path: root/recipes-qt/b2qt-addons/b2qt-utils.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-06-16 15:43:26 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-06-17 12:20:59 +0300
commite11d78a554a184767383758185a3902e4d6c986d (patch)
tree08a47c7751a04750c03640dfba99c41ddd5485b1 /recipes-qt/b2qt-addons/b2qt-utils.bb
parent6d7941b077af9c2fd9ecefa67bc1bcab8f50a343 (diff)
downloadmeta-boot2qt-e11d78a554a184767383758185a3902e4d6c986d.tar.gz
Support BYOS for enterprise only addons
When QT_SDK_PATH has been set, use sources for all enterprise addons from the SDK installation path. This allows customers to build enterprise only addos and b2qt addons without access to qt-gerrit. Change-Id: I66ad8a2ff81628333ba7dd6042659c3fa220be8c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'recipes-qt/b2qt-addons/b2qt-utils.bb')
-rw-r--r--recipes-qt/b2qt-addons/b2qt-utils.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/b2qt-addons/b2qt-utils.bb b/recipes-qt/b2qt-addons/b2qt-utils.bb
index e694b5a..b9e20b9 100644
--- a/recipes-qt/b2qt-addons/b2qt-utils.bb
+++ b/recipes-qt/b2qt-addons/b2qt-utils.bb
@@ -24,14 +24,14 @@ DESCRIPTION = "Boot to Qt Utils module"
24LICENSE = "QtEnterprise" 24LICENSE = "QtEnterprise"
25LIC_FILES_CHKSUM = "file://src/qconnectivity/main.cpp;md5=0b2892e6aca7d0750bbd7fe6b6b1c033;beginline=1;endline=17" 25LIC_FILES_CHKSUM = "file://src/qconnectivity/main.cpp;md5=0b2892e6aca7d0750bbd7fe6b6b1c033;beginline=1;endline=17"
26 26
27inherit qt5-module 27inherit qt5-module sdk-sources
28 28
29SRC_URI = " \ 29SRC_URI = " \
30 git://qt-gerrit.ci.local/QtRD-15810/b2qt-utils;branch=${QT_BRANCH};protocol=ssh \ 30 git://qt-gerrit.ci.local/QtRD-15810/b2qt-utils;branch=${BRANCH};protocol=ssh;sdk-uri=5.5/Boot2Qt/sources/b2qt-utils \
31 " 31 "
32 32
33SRCREV = "7b14c47d6adbc6ab3cdfc9d10bef25029215a85f" 33SRCREV = "7b14c47d6adbc6ab3cdfc9d10bef25029215a85f"
34QT_BRANCH = "dev" 34BRANCH = "dev"
35 35
36S = "${WORKDIR}/git" 36S = "${WORKDIR}/git"
37 37