aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gomez <daniel@qtec.com>2021-10-09 09:58:27 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2021-11-13 11:03:16 +0100
commitccebd640ee872b5cf19abdba44fbffe428282403 (patch)
tree538fad1a443dd1234d69091e9585371fb26c0612
parentd2498e4f8393ecbdd7b59bf826dc1b2c8bce19bf (diff)
libconnman-qt5: Fix new repo and update 1.2.34 -> 1.2.35
libconnman-qt5 repository has been moved to the Sailfish OS GitHub group as part of the migration of Mer and Sailfish to Sailfish OS domain. More details here: https://forum.sailfishos.org/t/changes-needed-to-merge-the-project-names-to-sailfish-os/1672 Update recipe to 1.2.35 release. Signed-off-by: Daniel Gomez <daniel@qtec.com>
-rw-r--r--recipes-connectivity/libconnman-qt/libconnman-qt5_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/libconnman-qt/libconnman-qt5_git.bb b/recipes-connectivity/libconnman-qt/libconnman-qt5_git.bb
index 7b0ce7ca..89f4dab5 100644
--- a/recipes-connectivity/libconnman-qt/libconnman-qt5_git.bb
+++ b/recipes-connectivity/libconnman-qt/libconnman-qt5_git.bb
@@ -1,14 +1,14 @@
require recipes-qt/qt5/qt5.inc
SUMMARY = "Qt Library for ConnMan"
-HOMEPAGE = "https://git.merproject.org/mer-core/libconnman-qt"
+HOMEPAGE = "https://github.com/sailfishos/libconnman-qt"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://libconnman-qt/clockmodel.h;endline=8;md5=ea9f724050803f15d2d900ce3c5dac88"
DEPENDS += "qtbase qtdeclarative"
-PV = "1.2.34+git${SRCPV}"
+PV = "1.2.35+git${SRCPV}"
-SRCREV = "a0b6b0d9a63f28ab41747892f415c89866d62e4a"
-SRC_URI = "git://git.merproject.org/mer-core/libconnman-qt.git;protocol=https;branch=master \
+SRCREV = "347f20fe1a03bf0624f55b9108c797611e79f7d2"
+SRC_URI = "git://github.com/sailfishos/libconnman-qt.git;protocol=https;branch=master \
file://0001-Don-t-use-MeeGo-as-prefix-in-order-to-make-this-a-co.patch \
file://0001-Add-missing-declarations-for-operator-overloads.patch \
"