diff options
Diffstat (limited to 'recipes-qt/b2qt-addons/b2qt-utils.bb')
-rw-r--r-- | recipes-qt/b2qt-addons/b2qt-utils.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes-qt/b2qt-addons/b2qt-utils.bb b/recipes-qt/b2qt-addons/b2qt-utils.bb index f43e450..ee26caf 100644 --- a/recipes-qt/b2qt-addons/b2qt-utils.bb +++ b/recipes-qt/b2qt-addons/b2qt-utils.bb | |||
@@ -23,17 +23,14 @@ DESCRIPTION = "Boot to Qt Utils module" | |||
23 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
24 | LIC_FILES_CHKSUM = "file://src/wifi/qwifimanager.h;md5=0b2892e6aca7d0750bbd7fe6b6b1c033;beginline=1;endline=17" | 24 | LIC_FILES_CHKSUM = "file://src/wifi/qwifimanager.h;md5=0b2892e6aca7d0750bbd7fe6b6b1c033;beginline=1;endline=17" |
25 | 25 | ||
26 | inherit qt5-module sdk-sources | 26 | inherit qt5-module |
27 | require recipes-qt/qt5/qt5-git.inc | ||
27 | 28 | ||
28 | SRC_URI = " \ | 29 | SRC_URI = " \ |
29 | git://codereview.qt-project.org/tqtc-boot2qt/utils;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Boot2Qt/sources/b2qt-utils \ | 30 | git://codereview.qt-project.org/qt/qtdeviceutilities;branch=${QT_MODULE_BRANCH};protocol=http \ |
30 | " | 31 | " |
31 | 32 | ||
32 | SRCREV = "a34cacb1a239dff4033b6beffd811b35db7c339f" | 33 | SRCREV = "a34cacb1a239dff4033b6beffd811b35db7c339f" |
33 | BRANCH = "5.6" | ||
34 | PV = "5.6+git${SRCPV}" | ||
35 | |||
36 | S = "${WORKDIR}/git" | ||
37 | 34 | ||
38 | DEPENDS = "qtbase qtdeclarative wpa-supplicant" | 35 | DEPENDS = "qtbase qtdeclarative wpa-supplicant" |
39 | 36 | ||