mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
29 lines
927 B
BlitzBasic
29 lines
927 B
BlitzBasic
DESCRIPTION = "Qt 5 bindings for the ofono dbus API for Jolla's oFono extensions"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://src/qofonoext.cpp;;beginline=1;endline=14;md5=e78738e9230b2e0f55eb7f63e3444df5"
|
|
|
|
DEPENDS += "qtbase qtdeclarative qtxmlpatterns libqofono"
|
|
|
|
SRCREV = "bd0999247f3c6446463f83b1f86c3de39c1a5425"
|
|
SRC_URI = "git://git.sailfishos.org/mer-core/libqofonoext.git;protocol=https;"
|
|
S = "${WORKDIR}/git"
|
|
|
|
PV = "1.025+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} += " \
|
|
${OE_QMAKE_PATH_QML}/org/nemomobile/ofono/qmldir \
|
|
${OE_QMAKE_PATH_QML}/org/nemomobile/ofono/plugins.qmltypes \
|
|
${OE_QMAKE_PATH_QML}/org/nemomobile/ofono/libqofonoextdeclarative.so \
|
|
"
|