diff options
-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 | ||