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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
wangmy 2022-04-29 16:08:06 +08:00 committed by Khem Raj
parent 3f2acf6d7e
commit 4edec6eff6

View File

@ -12,4 +12,4 @@ 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"
SRC_URI[sha256sum] = "f688cec4c4586a17575f5e327448ce62f2000ef6a07c9e4589873d4a68568ad9"