summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libmbim
diff options
context:
space:
mode:
authorPetr Gotthard <petr.gotthard@advantech.cz>2024-03-15 20:02:51 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-17 13:10:11 -0700
commitb7d577d8d3eccd04098a245ce7fbe46097358786 (patch)
tree6403da97e2869d33f59451dc51ab05dc1bc92a3b /meta-oe/recipes-connectivity/libmbim
parent3f08151bf460b0deeb05ca6984e284042b4dfd43 (diff)
downloadmeta-openembedded-b7d577d8d3eccd04098a245ce7fbe46097358786.tar.gz
libmbim: Revert back to the latest stable 1.30.0
Only even version numbers are stable. Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/libmbim')
-rw-r--r--meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb (renamed from meta-oe/recipes-connectivity/libmbim/libmbim_1.31.2.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.31.2.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb
index b7bb399e2a..a227124498 100644
--- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.31.2.bb
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.30.0.bb
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = " \
9 9
10DEPENDS = "glib-2.0 glib-2.0-native libgudev" 10DEPENDS = "glib-2.0 glib-2.0-native libgudev"
11 11
12inherit meson pkgconfig bash-completion gobject-introspection 12inherit meson pkgconfig bash-completion gobject-introspection upstream-version-is-even
13 13
14SRCREV = "9c0309fcd3142411c921c14f7dd675cac086bab6" 14SRCREV = "8415687e4f30ae5e36f407f179c8147f1529725c"
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=mbim-1-30"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18