diff options
Diffstat (limited to 'recipes-connectivity/libqofono/libqofono_git.bb')
-rw-r--r-- | recipes-connectivity/libqofono/libqofono_git.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-connectivity/libqofono/libqofono_git.bb b/recipes-connectivity/libqofono/libqofono_git.bb index 8b57e171..7de0e49b 100644 --- a/recipes-connectivity/libqofono/libqofono_git.bb +++ b/recipes-connectivity/libqofono/libqofono_git.bb | |||
@@ -5,11 +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 = "6916cd030b05f0bd137ea9b669fee48f20c19084" | 8 | SRCREV = "3581a6e85561da85858e1b90bef9be88b87acc4d" |
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 \ | ||
11 | " | ||
10 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
11 | 13 | ||
12 | PV = "0.92+gitr${SRCPV}" | 14 | PV = "0.98+gitr${SRCPV}" |
13 | 15 | ||
14 | inherit qmake5 | 16 | inherit qmake5 |
15 | 17 | ||
@@ -23,10 +25,12 @@ PACKAGES += "${PN}-tests" | |||
23 | 25 | ||
24 | FILES_${PN}-tests = " \ | 26 | FILES_${PN}-tests = " \ |
25 | ${libdir}/libqofono-qt5/tests/tst_* \ | 27 | ${libdir}/libqofono-qt5/tests/tst_* \ |
28 | /opt/examples/libqofono-qt5/ \ | ||
26 | /opt/tests/libqofono-qt5 \ | 29 | /opt/tests/libqofono-qt5 \ |
27 | " | 30 | " |
28 | FILES_${PN} += " \ | 31 | FILES_${PN} += " \ |
29 | ${OE_QMAKE_PATH_QML}/MeeGo/QOfono/qmldir \ | 32 | ${OE_QMAKE_PATH_QML}/MeeGo/QOfono/qmldir \ |
33 | ${OE_QMAKE_PATH_QML}/MeeGo/QOfono/plugins.qmltypes \ | ||
30 | ${OE_QMAKE_PATH_QML}/MeeGo/QOfono/libQOfonoQtDeclarative.so \ | 34 | ${OE_QMAKE_PATH_QML}/MeeGo/QOfono/libQOfonoQtDeclarative.so \ |
31 | " | 35 | " |
32 | FILES_${PN}-dev += " \ | 36 | FILES_${PN}-dev += " \ |