diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/libqmi/libqmi_1.28.8.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/libqmi/libqmi_1.28.8.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.28.8.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.28.8.bb new file mode 100644 index 0000000000..ebc8b8b8aa --- /dev/null +++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.28.8.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 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 = "GPLv2 & LGPLv2.1" | ||
| 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 autotools pkgconfig bash-completion gobject-introspection | ||
| 14 | |||
| 15 | SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz" | ||
| 16 | |||
| 17 | SRC_URI[sha256sum] = "6e3bbbd200bc1b64b23f6254fef9212f2699ec77cfb32075d2ba5079c73a9f78" | ||
| 18 | |||
| 19 | PACKAGECONFIG ??= "udev mbim" | ||
| 20 | PACKAGECONFIG[udev] = ",--without-udev,libgudev" | ||
| 21 | PACKAGECONFIG[mbim] = "--enable-mbim-qmux,--disable-mbim-qmux,libmbim" | ||
