- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
29 lines
1.0 KiB
BlitzBasic
29 lines
1.0 KiB
BlitzBasic
SUMMARY = "libqmi is a library for talking to WWAN devices by QMI protocol"
|
|
DESCRIPTION = "libqmi is a glib-based library for talking to WWAN modems and \
|
|
devices which speak the Qualcomm MSM Interface (QMI) protocol"
|
|
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libqmi"
|
|
LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
|
|
"
|
|
|
|
DEPENDS = "glib-2.0 glib-2.0-native"
|
|
|
|
inherit meson pkgconfig bash-completion gobject-introspection upstream-version-is-even
|
|
|
|
SRCREV = "3f07d6e5b4677558543b3b4484ea88ad92257e92"
|
|
SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=qmi-1-34"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PACKAGECONFIG ??= "udev mbim"
|
|
PACKAGECONFIG[udev] = "-Dudev=true,-Dudev=false,libgudev"
|
|
PACKAGECONFIG[mbim] = "-Dmbim_qmux=true,-Dmbim_qmux=false,libmbim"
|
|
PACKAGECONFIG[qrtr] = "-Dqrtr=true,-Dqrtr=false,libqrtr-glib"
|
|
|
|
EXTRA_OEMESON = " \
|
|
-Dgtk_doc=false \
|
|
-Dman=false \
|
|
"
|