diff options
author | Jonathan Liu <net147@gmail.com> | 2015-10-27 00:06:42 +1100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-27 12:03:01 +0100 |
commit | fe7850c411871af7b496bc238761bd4972680376 (patch) | |
tree | 257009525ffb464b3a5c70e8c2c7710607a365f6 | |
parent | 8ec05fe446d2cd498861de11b45f6194f294a841 (diff) | |
download | meta-qt5-fe7850c411871af7b496bc238761bd4972680376.tar.gz |
libconnman-qt5: update HOMEPAGE/SRC_URI
The project has moved from github.com to merproject.org.
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/libconnman-qt/libconnman-qt5_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb index 229003d5..0fc4bc03 100644 --- a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb +++ b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb | |||
@@ -1,14 +1,14 @@ | |||
1 | require recipes-qt/qt5/qt5.inc | 1 | require recipes-qt/qt5/qt5.inc |
2 | 2 | ||
3 | SUMMARY = "Qt Library for ConnMan" | 3 | SUMMARY = "Qt Library for ConnMan" |
4 | HOMEPAGE = "https://github.com/nemomobile/libconnman-qt" | 4 | HOMEPAGE = "https://git.merproject.org/mer-core/libconnman-qt" |
5 | LICENSE = "Apache-2.0" | 5 | LICENSE = "Apache-2.0" |
6 | LIC_FILES_CHKSUM = "file://libconnman-qt/clockmodel.h;endline=8;md5=ea9f724050803f15d2d900ce3c5dac88" | 6 | LIC_FILES_CHKSUM = "file://libconnman-qt/clockmodel.h;endline=8;md5=ea9f724050803f15d2d900ce3c5dac88" |
7 | DEPENDS += "qtbase qtdeclarative" | 7 | DEPENDS += "qtbase qtdeclarative" |
8 | PV = "1.0.97+git${SRCPV}" | 8 | PV = "1.0.97+git${SRCPV}" |
9 | 9 | ||
10 | SRCREV = "4cca434935fa4d70d6841a2c20717eecb0beafa8" | 10 | SRCREV = "4cca434935fa4d70d6841a2c20717eecb0beafa8" |
11 | SRC_URI = "git://github.com/nemomobile/libconnman-qt.git" | 11 | SRC_URI = "git://git.merproject.org/mer-core/libconnman-qt.git;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||