diff options
author | Gatis Paeglis <gatis.paeglis@qt.io> | 2016-06-23 15:53:19 +0200 |
---|---|---|
committer | Gatis Paeglis <gatis.paeglis@qt.io> | 2016-06-27 06:20:18 +0000 |
commit | 1df0d522fcd4924597b5f78098ebbfa10a56eafe (patch) | |
tree | d0d50b41a18514c8ca3d226465a92ec1a27c306d /recipes-qt | |
parent | bf3b61986363a56be8eaaed2a97b246191e27509 (diff) | |
download | meta-boot2qt-1df0d522fcd4924597b5f78098ebbfa10a56eafe.tar.gz |
b2qt-ota: update repository URL
Change-Id: I5187984c48de44f7088ad8f71aa5981c86fbf6eb
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/b2qt-addons/b2qt-ota.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-qt/b2qt-addons/b2qt-ota.bb b/recipes-qt/b2qt-addons/b2qt-ota.bb index 9c5929c..5b00b48 100644 --- a/recipes-qt/b2qt-addons/b2qt-ota.bb +++ b/recipes-qt/b2qt-addons/b2qt-ota.bb | |||
@@ -29,7 +29,7 @@ LIC_FILES_CHKSUM = "file://src/lib/qotaclient.h;md5=da66cc6e520f8151501c0f6c1148 | |||
29 | inherit qt5-module | 29 | inherit qt5-module |
30 | 30 | ||
31 | SRC_URI = " \ | 31 | SRC_URI = " \ |
32 | git://codereview.qt-project.org/tqtc-boot2qt/ota;branch=${BRANCH};protocol=ssh \ | 32 | git://codereview.qt-project.org/qt/qtotaupdate;branch=${BRANCH};protocol=http \ |
33 | " | 33 | " |
34 | 34 | ||
35 | SRCREV = "d8d81530692454e4e38f682f6a09049d27b8c1ad" | 35 | SRCREV = "d8d81530692454e4e38f682f6a09049d27b8c1ad" |
@@ -38,6 +38,5 @@ PV = "git${SRCPV}" | |||
38 | 38 | ||
39 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
40 | 40 | ||
41 | DEPENDS = "qtbase qtdeclarative" | 41 | DEPENDS = "qtbase qtdeclarative ostree" |
42 | RDEPENDS_${PN} = "ostree" | ||
43 | 42 | ||