Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "libqmi is a library for talking to WWAN devices by QMI protocol" |
| 2 | DESCRIPTION = "libqmi is a glib-based library for talking to WWAN modems and \ |
| 3 | devices which speak the Qualcomm MSM Interface (QMI) protocol" |
| 4 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libqmi" |
| 5 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" |
| 6 | LIC_FILES_CHKSUM = " \ |
| 7 | file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| 8 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ |
| 9 | " |
| 10 | |
| 11 | DEPENDS = "glib-2.0 glib-2.0-native" |
| 12 | |
| 13 | inherit meson pkgconfig bash-completion gobject-introspection |
| 14 | |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 15 | SRCREV = "72d92e75a430900c00aeb1a471965d53eb307708" |
Patrick Williams | 169d7bc | 2024-01-05 11:33:25 -0600 | [diff] [blame] | 16 | SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=main" |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 17 | |
| 18 | S = "${WORKDIR}/git" |
| 19 | |
| 20 | PACKAGECONFIG ??= "udev mbim" |
| 21 | PACKAGECONFIG[udev] = "-Dudev=true,-Dudev=false,libgudev" |
| 22 | PACKAGECONFIG[mbim] = "-Dmbim_qmux=true,-Dmbim_qmux=false,libmbim" |
| 23 | PACKAGECONFIG[qrtr] = "-Dqrtr=true,-Dqrtr=false,libqrtr-glib" |
| 24 | |
| 25 | EXTRA_OEMESON = " \ |
| 26 | -Dgtk_doc=false \ |
| 27 | -Dman=false \ |
| 28 | " |