blob: 3a91a5bd5c4d525bc3d0f12d70978812e6c4e53b [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001SUMMARY = "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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00006LIC_FILES_CHKSUM = " \
7 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
8 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
9"
10
11DEPENDS = "glib-2.0 glib-2.0-native"
12
Andrew Geissler9aee5002022-03-30 16:27:02 +000013inherit meson pkgconfig bash-completion gobject-introspection
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000014
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060015SRCREV = "c6b38cc2752873c0c6c1f8c472d9ddea2b34ec72"
16SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=qmi-1-32"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000017
Andrew Geissler9aee5002022-03-30 16:27:02 +000018S = "${WORKDIR}/git"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000019
20PACKAGECONFIG ??= "udev mbim"
Andrew Geissler9aee5002022-03-30 16:27:02 +000021PACKAGECONFIG[udev] = "-Dudev=true,-Dudev=false,libgudev"
22PACKAGECONFIG[mbim] = "-Dmbim_qmux=true,-Dmbim_qmux=false,libmbim"
23PACKAGECONFIG[qrtr] = "-Dqrtr=true,-Dqrtr=false,libqrtr-glib"
24
25EXTRA_OEMESON = " \
26 -Dgtk_doc=false \
27 -Dman=false \
28"