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>
This commit is contained in:
Petr Gotthard 2024-03-15 20:02:51 +01:00 committed by Khem Raj
parent 3f08151bf4
commit b7d577d8d3
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = " \
DEPENDS = "glib-2.0 glib-2.0-native libgudev"
inherit meson pkgconfig bash-completion gobject-introspection
inherit meson pkgconfig bash-completion gobject-introspection upstream-version-is-even
SRCREV = "9c0309fcd3142411c921c14f7dd675cac086bab6"
SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=main"
SRCREV = "8415687e4f30ae5e36f407f179c8147f1529725c"
SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=mbim-1-30"
S = "${WORKDIR}/git"