diff options
| author | Petr Gotthard <petr.gotthard@advantech.cz> | 2024-03-15 20:02:51 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-17 13:10:11 -0700 |
| commit | b7d577d8d3eccd04098a245ce7fbe46097358786 (patch) | |
| tree | 6403da97e2869d33f59451dc51ab05dc1bc92a3b /meta-oe/recipes-connectivity/libmbim | |
| parent | 3f08151bf460b0deeb05ca6984e284042b4dfd43 (diff) | |
| download | meta-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 | ||
| 10 | DEPENDS = "glib-2.0 glib-2.0-native libgudev" | 10 | DEPENDS = "glib-2.0 glib-2.0-native libgudev" |
| 11 | 11 | ||
| 12 | inherit meson pkgconfig bash-completion gobject-introspection | 12 | inherit meson pkgconfig bash-completion gobject-introspection upstream-version-is-even |
| 13 | 13 | ||
| 14 | SRCREV = "9c0309fcd3142411c921c14f7dd675cac086bab6" | 14 | SRCREV = "8415687e4f30ae5e36f407f179c8147f1529725c" |
| 15 | SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=main" | 15 | SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=mbim-1-30" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
