diff options
author | Jonathan Liu <net147@gmail.com> | 2015-09-07 13:01:43 +1000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-21 11:56:52 +0200 |
commit | 001ee936e9f4f3123a4f7b948bad111acdac740d (patch) | |
tree | 9d2715d101927a6bcde6c607371e10436a3c36f3 | |
parent | 53a96286bb6a7516061c8b03d522841c1ca13b93 (diff) | |
download | meta-qt5-001ee936e9f4f3123a4f7b948bad111acdac740d.tar.gz |
libconnman-qt5: update to 1.0.92
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 f79dc0c5..8724e67c 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://github.com/nemomobile/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.91+git${SRCPV}" | 8 | PV = "1.0.92+git${SRCPV}" |
9 | 9 | ||
10 | SRCREV = "f9ce5eaa124fc5a1a554540c94331301bb2b1b49" | 10 | SRCREV = "2591cd6013936478d9edaf75f1a45482851af0f2" |
11 | SRC_URI = "git://github.com/nemomobile/libconnman-qt.git" | 11 | SRC_URI = "git://github.com/nemomobile/libconnman-qt.git" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |