diff options
-rw-r--r-- | recipes-qt/b2qt-addons/b2qt-appcontroller.bb | 9 | ||||
-rw-r--r-- | recipes-qt/b2qt-addons/b2qt-utils.bb | 9 |
2 files changed, 6 insertions, 12 deletions
diff --git a/recipes-qt/b2qt-addons/b2qt-appcontroller.bb b/recipes-qt/b2qt-addons/b2qt-appcontroller.bb index b083a4f..c9682a5 100644 --- a/recipes-qt/b2qt-addons/b2qt-appcontroller.bb +++ b/recipes-qt/b2qt-addons/b2qt-appcontroller.bb | |||
@@ -23,18 +23,15 @@ DESCRIPTION = "Boot to Qt Appcontroller" | |||
23 | LICENSE = "QtEnterprise" | 23 | LICENSE = "QtEnterprise" |
24 | LIC_FILES_CHKSUM = "file://main.cpp;md5=1fcdf6b49fbbf2bc9c831893cca1b279;beginline=1;endline=17" | 24 | LIC_FILES_CHKSUM = "file://main.cpp;md5=1fcdf6b49fbbf2bc9c831893cca1b279;beginline=1;endline=17" |
25 | 25 | ||
26 | inherit qmake5 sdk-sources | 26 | inherit qmake5 |
27 | require recipes-qt/qt5/qt5-git.inc | ||
27 | 28 | ||
28 | SRC_URI = " \ | 29 | SRC_URI = " \ |
29 | git://codereview.qt-project.org/tqtc-boot2qt/appcontroller;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Boot2Qt/sources/b2qt-appcontroller/ \ | 30 | git://codereview.qt-project.org/qt-apps/boot2qt-appcontroller;branch=${QT_MODULE_BRANCH};protocol=http \ |
30 | file://appcontroller.conf \ | 31 | file://appcontroller.conf \ |
31 | " | 32 | " |
32 | 33 | ||
33 | SRCREV = "1e3c96e0e4f28a072c835775f7fdc310eb3b4f28" | 34 | SRCREV = "1e3c96e0e4f28a072c835775f7fdc310eb3b4f28" |
34 | BRANCH = "5.6" | ||
35 | PV = "5.6+git${SRCPV}" | ||
36 | |||
37 | S = "${WORKDIR}/git" | ||
38 | 35 | ||
39 | DEPENDS = "qtbase" | 36 | DEPENDS = "qtbase" |
40 | 37 | ||
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 | ||