From 4edec6eff697ad90a6cfd1aa5f598907b5558c35 Mon Sep 17 00:00:00 2001 From: wangmy Date: Fri, 29 Apr 2022 16:08:06 +0800 Subject: libmbim: upgrade 1.26.2 -> 1.26.4 Overview of changes in libmbim 1.26.4 ---------------------------------------- * build: ** meson: force building doc on normal builds, not only during install. ** meson: fix 'export_packages' in GIR setup. * libmm-glib: ** compat: deprecate the MbimLteAttachStatus type. ** net-port-manager: use unaligned netlink attribute length. * libmm-glib, docs: ** include MBIM proxy control service in docs. ** codegen: add section doc for each service. ** utils: add missing short description in section. ** compat: add missing MbimLteAttachStatus doc. ** device: add missing mbim_device_list_links() doc. ** device: fix MbimDevice 'device-in-session' property doc. ** version: add missing MBIM_CHECK_VERSION() documentation. ** device: fix wrong reference to QmiDevice * Several other minor improvements and fixes. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/libmbim/libmbim_1.26.2.bb | 15 --------------- meta-oe/recipes-connectivity/libmbim/libmbim_1.26.4.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.26.2.bb create mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.26.4.bb diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.26.2.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.26.2.bb deleted file mode 100644 index 66d55f9c0e..0000000000 --- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.26.2.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "libmbim is library for talking to WWAN devices by MBIM protocol" -DESCRIPTION = "libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol" -HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libmbim/" -LICENSE = "GPL-2.0-only & LGPL-2.1-only" -LIC_FILES_CHKSUM = " \ - file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ -" - -DEPENDS = "glib-2.0 glib-2.0-native libgudev" - -inherit autotools pkgconfig bash-completion gobject-introspection - -SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "10c77bf5b5eb8c92ba80e9b519923ad9b898362bc8e1928e2bc9a17eeba649af" diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.26.4.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.26.4.bb new file mode 100644 index 0000000000..97f3f68251 --- /dev/null +++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.26.4.bb @@ -0,0 +1,15 @@ +SUMMARY = "libmbim is library for talking to WWAN devices by MBIM protocol" +DESCRIPTION = "libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol" +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libmbim/" +LICENSE = "GPL-2.0-only & LGPL-2.1-only" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ +" + +DEPENDS = "glib-2.0 glib-2.0-native libgudev" + +inherit autotools pkgconfig bash-completion gobject-introspection + +SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz" +SRC_URI[sha256sum] = "f688cec4c4586a17575f5e327448ce62f2000ef6a07c9e4589873d4a68568ad9" -- cgit v1.2.3-54-g00ecf