diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2020-07-25 12:57:38 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-07-28 12:23:16 -0700 |
| commit | 6aa73ef3fa67a6c704750be4aa83be4f8f32b068 (patch) | |
| tree | 6425fa9719c8c9ac826bb18adfb57ef7e283dd4c /meta-oe/recipes-connectivity/libqmi/libqmi_1.26.0.bb | |
| parent | 872f1b6ad19abcd2f373980cd38db104ab55ed6b (diff) | |
| download | meta-openembedded-6aa73ef3fa67a6c704750be4aa83be4f8f32b068.tar.gz | |
libqmi: update to 1.26.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/libqmi/libqmi_1.26.0.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/libqmi/libqmi_1.26.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.26.0.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.26.0.bb new file mode 100644 index 0000000000..db01e7baa3 --- /dev/null +++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.26.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 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[md5sum] = "8da95a97e893311878f8ce12dcf8fad0" | ||
| 18 | SRC_URI[sha256sum] = "7f0429e0ae58792e21512d09ca2412537840ea42696762795af1284a65fd6e40" | ||
| 19 | |||
| 20 | PACKAGECONFIG ??= "udev mbim" | ||
| 21 | PACKAGECONFIG[udev] = ",--without-udev,libgudev" | ||
| 22 | PACKAGECONFIG[mbim] = "--enable-mbim-qmux,--disable-mbim-qmux,libmbim" | ||
| 23 | |||
| 24 | EXTRA_OECONF_append_toolchain-clang = " --enable-more-warnings=no" | ||
