diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2025-04-30 07:50:01 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-29 18:56:11 -0700 |
commit | c247aa2ab8fdfb43e7c25efca087985e07ef0985 (patch) | |
tree | aa2f0b2d3eba157f90f06ed9df2fa8a66aa41933 | |
parent | e2131acbbb82f4b8061baa715a9e78a5729be702 (diff) | |
download | meta-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 | ||
12 | inherit meson pkgconfig bash-completion gobject-introspection upstream-version-is-even | 12 | inherit meson pkgconfig bash-completion gobject-introspection upstream-version-is-even |
13 | 13 | ||
14 | SRCREV = "8415687e4f30ae5e36f407f179c8147f1529725c" | 14 | SRCREV = "2bc1080292aae30000e808ec77d7a99b87eb3553" |
15 | SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=mbim-1-30" | 15 | SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=mbim-1-32" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||