summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-04-30 07:50:01 +0800
committerKhem Raj <raj.khem@gmail.com>2025-04-29 18:56:11 -0700
commitc247aa2ab8fdfb43e7c25efca087985e07ef0985 (patch)
treeaa2f0b2d3eba157f90f06ed9df2fa8a66aa41933
parente2131acbbb82f4b8061baa715a9e78a5729be702 (diff)
downloadmeta-openembedded-c247aa2ab8fdfb43e7c25efca087985e07ef0985.tar.gz
libmbim: upgrade 1.30.0 -> 1.32.0
ChangeLog: https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/blob/1.32.0/NEWS Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/libmbim/libmbim_1.32.0.bb (renamed from meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.32.0.bb
index a227124498..5cc4f804ba 100644
--- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.32.0.bb
@@ -11,8 +11,8 @@ 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 = "8415687e4f30ae5e36f407f179c8147f1529725c" 14SRCREV = "2bc1080292aae30000e808ec77d7a99b87eb3553"
15SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=mbim-1-30" 15SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=mbim-1-32"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18