summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Gotthard <petr.gotthard@advantech.cz>2023-10-26 17:00:00 +0000
committerKhem Raj <raj.khem@gmail.com>2023-10-26 11:59:38 -0700
commit6ce524d7b0f3c9e7705d2135e26c950d6f99dbfd (patch)
tree08997dca5791dc1e20508b167700ec7ba8c2bec9
parent29b5633993955d5cb8024b17130d646db82adb7e (diff)
downloadmeta-openembedded-6ce524d7b0f3c9e7705d2135e26c950d6f99dbfd.tar.gz
libmbim: upgrade 1.28.4 -> 1.30.0
Changelog: https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/blob/1.30.0/NEWS Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb (renamed from meta-oe/recipes-connectivity/libmbim/libmbim_1.28.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.28.4.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb
index a35d9898ec..59d5e87b8e 100644
--- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.28.4.bb
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb
@@ -11,8 +11,8 @@ DEPENDS = "glib-2.0 glib-2.0-native libgudev"
11 11
12inherit meson pkgconfig bash-completion gobject-introspection 12inherit meson pkgconfig bash-completion gobject-introspection
13 13
14SRCREV = "7f1c7907c4654ba5c619a635cef5475ca161d027" 14SRCREV = "8415687e4f30ae5e36f407f179c8147f1529725c"
15SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=mbim-1-28" 15SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=mbim-1-30"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18