From d7d45f20efe5f3bf43bb524b109420d383bf381e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 7 Jan 2026 18:28:39 +0800 Subject: [PATCH] libmbim: upgrade 1.33.1 -> 1.34.0 Changelog: ========== * Build: ** New "-Dmbim_groupname=" 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 Signed-off-by: Khem Raj --- .../libmbim/{libmbim_1.33.1.bb => libmbim_1.34.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/libmbim/{libmbim_1.33.1.bb => libmbim_1.34.0.bb} (94%) diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.33.1.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.34.0.bb similarity index 94% rename from meta-oe/recipes-connectivity/libmbim/libmbim_1.33.1.bb rename to 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" inherit meson pkgconfig bash-completion gobject-introspection upstream-version-is-even -SRCREV = "e10df4b6b3edfe6a46d93f7f5f5cab31c29a7091" +SRCREV = "2bca5d22137883f348cb117597746483637491db" SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=main"