summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libqmi/libqmi_1.30.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/libqmi/libqmi_1.30.8.bb')
-rw-r--r--meta-oe/recipes-connectivity/libqmi/libqmi_1.30.8.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.30.8.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.30.8.bb
new file mode 100644
index 0000000000..a1cfe29cca
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.30.8.bb
@@ -0,0 +1,32 @@
1SUMMARY = "libqmi is a library for talking to WWAN devices by QMI protocol"
2DESCRIPTION = "libqmi is a glib-based library for talking to WWAN modems and \
3 devices which speak the Qualcomm MSM Interface (QMI) protocol"
4HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libqmi"
5LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
6LIC_FILES_CHKSUM = " \
7 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
8 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
9"
10
11DEPENDS = "glib-2.0 glib-2.0-native"
12
13inherit meson pkgconfig bash-completion gobject-introspection
14
15SRCREV ?= "95108b6eebfefa6621a1c34565f562eeca9308b9"
16# patch 0001 is on main branch upstream
17SRC_URI = "\
18 git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=qmi-1-30 \
19 file://0001-build-use-python3-everywhere.patch \
20"
21
22S = "${WORKDIR}/git"
23
24PACKAGECONFIG ??= "udev mbim"
25PACKAGECONFIG[udev] = "-Dudev=true,-Dudev=false,libgudev"
26PACKAGECONFIG[mbim] = "-Dmbim_qmux=true,-Dmbim_qmux=false,libmbim"
27PACKAGECONFIG[qrtr] = "-Dqrtr=true,-Dqrtr=false,libqrtr-glib"
28
29EXTRA_OEMESON = " \
30 -Dgtk_doc=false \
31 -Dman=false \
32"