Files
meta-qt5/recipes-connectivity/libqofono/libqofono_git.bb
Martin Jansa cd0da4e483 libqofono: include /qt5/mkspecs in ${PN}-dev
* libqofono doesn't respect the install variables and mkspecs end in
  ${datadir}/qt5/mkspecs even when QT_DIR_NAME is empty and
  OE_QMAKE_PATH_ARCHDATA is just ${datadir}/mkspecs

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2018-09-25 09:22:19 +00:00

37 lines
965 B
BlitzBasic

DESCRIPTION = "Qt 5 bindings for the ofono dbus API"
SECTION = "libs"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
DEPENDS += "qtbase qtdeclarative"
SRCREV = "6916cd030b05f0bd137ea9b669fee48f20c19084"
SRC_URI = "git://git.merproject.org/mer-core/libqofono.git"
S = "${WORKDIR}/git"
PV = "0.92+gitr${SRCPV}"
inherit qmake5
do_install_append() {
if ls ${D}${libdir}/pkgconfig/qofono-qt5.pc >/dev/null 2>/dev/null; then
sed -i "s@-L${STAGING_LIBDIR}@-L\${libdir}@g" ${D}${libdir}/pkgconfig/qofono-qt5.pc
fi
}
PACKAGES += "${PN}-tests"
FILES_${PN}-tests = " \
${libdir}/libqofono-qt5/tests/tst_* \
/opt/tests/libqofono-qt5 \
"
FILES_${PN} += " \
${OE_QMAKE_PATH_QML}/MeeGo/QOfono/qmldir \
${OE_QMAKE_PATH_QML}/MeeGo/QOfono/libQOfonoQtDeclarative.so \
"
FILES_${PN}-dev += " \
${OE_QMAKE_PATH_ARCHDATA}/mkspecs \
${libdir}/libqofono-qt5.prl \
${datadir}/qt5/mkspecs \
"