summaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/b2qt-addons/b2qt-ota.bb5
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
29inherit qt5-module 29inherit qt5-module
30 30
31SRC_URI = " \ 31SRC_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
35SRCREV = "d8d81530692454e4e38f682f6a09049d27b8c1ad" 35SRCREV = "d8d81530692454e4e38f682f6a09049d27b8c1ad"
@@ -38,6 +38,5 @@ PV = "git${SRCPV}"
38 38
39S = "${WORKDIR}/git" 39S = "${WORKDIR}/git"
40 40
41DEPENDS = "qtbase qtdeclarative" 41DEPENDS = "qtbase qtdeclarative ostree"
42RDEPENDS_${PN} = "ostree"
43 42