diff options
| author | Martin Maurer <referme@gmx.de> | 2023-10-16 14:00:39 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-10-17 21:43:54 -0700 |
| commit | 22cd25c3f7caac38459e6eeeed7d68436cd7ef7b (patch) | |
| tree | c282ee9a7867a298ffb5f145cab0e2febad6cd49 /meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb | |
| parent | 8188ee344e425035387d4485b6a6457dd4da9424 (diff) | |
| download | meta-openembedded-22cd25c3f7caac38459e6eeeed7d68436cd7ef7b.tar.gz | |
libqmi: Upgrade 1.32.4 -> 1.34.0
Changelog:
https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/blob/1.34.0/NEWS
Signed-off-by: Martin Maurer <referme@gmx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb new file mode 100644 index 0000000000..2cb843a4af --- /dev/null +++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 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 | |||
| 15 | SRCREV = "3f07d6e5b4677558543b3b4484ea88ad92257e92" | ||
| 16 | SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=qmi-1-34" | ||
| 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 | " | ||
