diff options
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/libconnman-qt/libconnman-qt5_git.bb | 4 | ||||
-rw-r--r-- | recipes-connectivity/libqofono/libqofono_git.bb | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-connectivity/libconnman-qt/libconnman-qt5_git.bb b/recipes-connectivity/libconnman-qt/libconnman-qt5_git.bb index f9fa27cd..e6219c7e 100644 --- a/recipes-connectivity/libconnman-qt/libconnman-qt5_git.bb +++ b/recipes-connectivity/libconnman-qt/libconnman-qt5_git.bb | |||
@@ -17,9 +17,9 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | inherit pkgconfig | 18 | inherit pkgconfig |
19 | 19 | ||
20 | RDEPENDS_${PN} += "connman" | 20 | RDEPENDS:${PN} += "connman" |
21 | 21 | ||
22 | do_install_append() { | 22 | do_install:append() { |
23 | if ls ${D}${libdir}/pkgconfig/connman-qt5.pc >/dev/null 2>/dev/null; then | 23 | if ls ${D}${libdir}/pkgconfig/connman-qt5.pc >/dev/null 2>/dev/null; then |
24 | sed -i "s@-L${STAGING_LIBDIR}@-L\${libdir}@g" ${D}${libdir}/pkgconfig/connman-qt5.pc | 24 | sed -i "s@-L${STAGING_LIBDIR}@-L\${libdir}@g" ${D}${libdir}/pkgconfig/connman-qt5.pc |
25 | fi | 25 | fi |
diff --git a/recipes-connectivity/libqofono/libqofono_git.bb b/recipes-connectivity/libqofono/libqofono_git.bb index 7de0e49b..d1e1f8df 100644 --- a/recipes-connectivity/libqofono/libqofono_git.bb +++ b/recipes-connectivity/libqofono/libqofono_git.bb | |||
@@ -15,7 +15,7 @@ PV = "0.98+gitr${SRCPV}" | |||
15 | 15 | ||
16 | inherit qmake5 | 16 | inherit qmake5 |
17 | 17 | ||
18 | do_install_append() { | 18 | do_install:append() { |
19 | if ls ${D}${libdir}/pkgconfig/qofono-qt5.pc >/dev/null 2>/dev/null; then | 19 | if ls ${D}${libdir}/pkgconfig/qofono-qt5.pc >/dev/null 2>/dev/null; then |
20 | sed -i "s@-L${STAGING_LIBDIR}@-L\${libdir}@g" ${D}${libdir}/pkgconfig/qofono-qt5.pc | 20 | sed -i "s@-L${STAGING_LIBDIR}@-L\${libdir}@g" ${D}${libdir}/pkgconfig/qofono-qt5.pc |
21 | fi | 21 | fi |
@@ -23,17 +23,17 @@ do_install_append() { | |||
23 | 23 | ||
24 | PACKAGES += "${PN}-tests" | 24 | PACKAGES += "${PN}-tests" |
25 | 25 | ||
26 | FILES_${PN}-tests = " \ | 26 | FILES:${PN}-tests = " \ |
27 | ${libdir}/libqofono-qt5/tests/tst_* \ | 27 | ${libdir}/libqofono-qt5/tests/tst_* \ |
28 | /opt/examples/libqofono-qt5/ \ | 28 | /opt/examples/libqofono-qt5/ \ |
29 | /opt/tests/libqofono-qt5 \ | 29 | /opt/tests/libqofono-qt5 \ |
30 | " | 30 | " |
31 | FILES_${PN} += " \ | 31 | FILES:${PN} += " \ |
32 | ${OE_QMAKE_PATH_QML}/MeeGo/QOfono/qmldir \ | 32 | ${OE_QMAKE_PATH_QML}/MeeGo/QOfono/qmldir \ |
33 | ${OE_QMAKE_PATH_QML}/MeeGo/QOfono/plugins.qmltypes \ | 33 | ${OE_QMAKE_PATH_QML}/MeeGo/QOfono/plugins.qmltypes \ |
34 | ${OE_QMAKE_PATH_QML}/MeeGo/QOfono/libQOfonoQtDeclarative.so \ | 34 | ${OE_QMAKE_PATH_QML}/MeeGo/QOfono/libQOfonoQtDeclarative.so \ |
35 | " | 35 | " |
36 | FILES_${PN}-dev += " \ | 36 | FILES:${PN}-dev += " \ |
37 | ${OE_QMAKE_PATH_ARCHDATA}/mkspecs \ | 37 | ${OE_QMAKE_PATH_ARCHDATA}/mkspecs \ |
38 | ${libdir}/libqofono-qt5.prl \ | 38 | ${libdir}/libqofono-qt5.prl \ |
39 | ${datadir}/qt5/mkspecs \ | 39 | ${datadir}/qt5/mkspecs \ |