From 1df0d522fcd4924597b5f78098ebbfa10a56eafe Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Thu, 23 Jun 2016 15:53:19 +0200 Subject: b2qt-ota: update repository URL Change-Id: I5187984c48de44f7088ad8f71aa5981c86fbf6eb Reviewed-by: Teemu Holappa --- recipes-qt/b2qt-addons/b2qt-ota.bb | 5 ++--- 1 file 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 inherit qt5-module SRC_URI = " \ - git://codereview.qt-project.org/tqtc-boot2qt/ota;branch=${BRANCH};protocol=ssh \ + git://codereview.qt-project.org/qt/qtotaupdate;branch=${BRANCH};protocol=http \ " SRCREV = "d8d81530692454e4e38f682f6a09049d27b8c1ad" @@ -38,6 +38,5 @@ PV = "git${SRCPV}" S = "${WORKDIR}/git" -DEPENDS = "qtbase qtdeclarative" -RDEPENDS_${PN} = "ostree" +DEPENDS = "qtbase qtdeclarative ostree" -- cgit v1.2.3-54-g00ecf