blob: 9301cbd5ee2d42ab46ae39310e5f82aaeb394532 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "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 devices which speak the Qualcomm MSM Interface (QMI) protocol"
3HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libqmi"
4LICENSE = "GPLv2 & LGPLv2.1"
5LIC_FILES_CHKSUM = " \
6 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
7 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
8"
9
10DEPENDS = "glib-2.0 libgudev libmbim glib-2.0-native"
11
12inherit autotools pkgconfig bash-completion
13
14SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \
15 file://0001-Detect-clang.patch \
16 "
17SRC_URI[md5sum] = "797e365521df76b77b067e6317618b41"
18SRC_URI[sha256sum] = "21428cd3749c56246565123f707fee51238651a22c60bdc85ebce97388626eb4"