aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-29 16:08:06 +0800
committerKhem Raj <raj.khem@gmail.com>2022-05-09 08:59:46 -0700
commit4edec6eff697ad90a6cfd1aa5f598907b5558c35 (patch)
treeb137530a4b3b2b7adc70b49bcf4476771e056612 /meta-oe
parent3f2acf6d7e8c99fae52a9aa793349e4a703f8a90 (diff)
downloadmeta-openembedded-4edec6eff697ad90a6cfd1aa5f598907b5558c35.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/libmbim/libmbim_1.26.4.bb (renamed from meta-oe/recipes-connectivity/libmbim/libmbim_1.26.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.26.2.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.26.4.bb
index 66d55f9c0e..97f3f68251 100644
--- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.26.2.bb
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.26.4.bb
@@ -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"