summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-07 18:28:39 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-12 08:53:43 -0800
commitd7d45f20efe5f3bf43bb524b109420d383bf381e (patch)
tree03d15fcd9c3a966fefca65572f138bf789d94b9d
parent60106a8990b932d10c53b11f3309625dbda72f85 (diff)
downloadmeta-openembedded-d7d45f20efe5f3bf43bb524b109420d383bf381e.tar.gz
libmbim: upgrade 1.33.1 -> 1.34.0
Changelog: ========== * Build: ** New "-Dmbim_groupname=<name>" meson build option to restrict MBIM kernel device access to a given Unix group and root. The access check works in parallel to the "-Dmbim_username" option; passing either check allows access to the kernel device (eg, logical OR). * New Intel AT Tunnel service, including the following operations: * MBIM_CID_INTEL_AT_TUNNEL_AT_COMMAND * Extended the SMS service: * MBIM_CID_SMS_CONFIGURATION now supports notifications * mbimcli: ** New '--sms-query-configuration' and '--sms-query-message-store-status' actions ** New '--atds-query-rat' and '--atds-query-operators' actions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/libmbim/libmbim_1.34.0.bb (renamed from meta-oe/recipes-connectivity/libmbim/libmbim_1.33.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.33.1.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.34.0.bb
index 27d28d71cb..847cb3dcfc 100644
--- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.33.1.bb
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.34.0.bb
@@ -11,7 +11,7 @@ DEPENDS = "glib-2.0 glib-2.0-native libgudev"
11 11
12inherit meson pkgconfig bash-completion gobject-introspection upstream-version-is-even 12inherit meson pkgconfig bash-completion gobject-introspection upstream-version-is-even
13 13
14SRCREV = "e10df4b6b3edfe6a46d93f7f5f5cab31c29a7091" 14SRCREV = "2bca5d22137883f348cb117597746483637491db"
15SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=main" 15SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=main"
16 16
17 17