diff options
author | Jonathan Liu <net147@gmail.com> | 2016-02-27 13:27:14 +1100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-27 20:58:57 +0100 |
commit | 7ef85da72aa6daae36f0527e3b7ad6b760886ffb (patch) | |
tree | de8a291641581ff836c12855b0fea038552b21dc | |
parent | dc6360b0a1cad074c9d7c27940502ce74aa4337f (diff) | |
download | meta-qt5-7ef85da72aa6daae36f0527e3b7ad6b760886ffb.tar.gz |
libconnman-qt5: update to 1.0.98
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 0fc4bc03..c9a81404 100644 --- a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb +++ b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb | |||
@@ -5,9 +5,9 @@ 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.98+git${SRCPV}" |
9 | 9 | ||
10 | SRCREV = "4cca434935fa4d70d6841a2c20717eecb0beafa8" | 10 | SRCREV = "8d4580a55ca02b84fc3db374c6530e39c94e0d92" |
11 | SRC_URI = "git://git.merproject.org/mer-core/libconnman-qt.git;protocol=https" | 11 | SRC_URI = "git://git.merproject.org/mer-core/libconnman-qt.git;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |