diff options
author | Herman van Hazendonk <github.com@herrie.org> | 2020-07-17 10:08:39 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-07-20 16:55:40 +0200 |
commit | 8f6ee3a11a53d5cbf841bbe5fbe42b9c0c10f3d4 (patch) | |
tree | 64477eda966a3226eacf7589c61a2b435751c277 | |
parent | 862ba32a70cd938b8a7789c150ed3a60d34798fb (diff) | |
download | meta-qt5-8f6ee3a11a53d5cbf841bbe5fbe42b9c0c10f3d4.tar.gz |
libqofono: Update to version 0.100 from upstream
Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
-rw-r--r-- | recipes-connectivity/libqofono/libqofono_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/libqofono/libqofono_git.bb b/recipes-connectivity/libqofono/libqofono_git.bb index 7de0e49b..6ed5511c 100644 --- a/recipes-connectivity/libqofono/libqofono_git.bb +++ b/recipes-connectivity/libqofono/libqofono_git.bb | |||
@@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
5 | 5 | ||
6 | DEPENDS += "qtbase qtdeclarative qtxmlpatterns" | 6 | DEPENDS += "qtbase qtdeclarative qtxmlpatterns" |
7 | 7 | ||
8 | SRCREV = "3581a6e85561da85858e1b90bef9be88b87acc4d" | 8 | SRCREV = "4eec0c726844b8293eeab7312c96956a77d40e90" |
9 | SRC_URI = "git://git.merproject.org/mer-core/libqofono.git \ | 9 | SRC_URI = "git://git.merproject.org/mer-core/libqofono.git \ |
10 | file://0001-also-emit-modemRemoved-and-modemAdded.patch \ | 10 | file://0001-also-emit-modemRemoved-and-modemAdded.patch \ |
11 | " | 11 | " |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | PV = "0.98+gitr${SRCPV}" | 14 | PV = "0.100+gitr${SRCPV}" |
15 | 15 | ||
16 | inherit qmake5 | 16 | inherit qmake5 |
17 | 17 | ||