summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorPetr Gotthard <petr.gotthard@advantech.cz>2024-03-15 20:03:53 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-17 13:10:11 -0700
commit538b03a3ffaf25c3bfcde076ae6a81ca05b3c166 (patch)
tree6bd6a6554120da53ca62ec4a876a98ee51c378cc /meta-oe
parentb7d577d8d3eccd04098a245ce7fbe46097358786 (diff)
downloadmeta-openembedded-538b03a3ffaf25c3bfcde076ae6a81ca05b3c166.tar.gz
libqmi: Revert back to the latest stable 1.34.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')
-rw-r--r--meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb (renamed from meta-oe/recipes-connectivity/libqmi/libqmi_1.35.2-dev.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.35.2-dev.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb
index 5587333ef..94164a0b5 100644
--- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.35.2-dev.bb
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb
@@ -10,10 +10,10 @@ LIC_FILES_CHKSUM = " \
10 10
11DEPENDS = "glib-2.0 glib-2.0-native" 11DEPENDS = "glib-2.0 glib-2.0-native"
12 12
13inherit meson pkgconfig bash-completion gobject-introspection 13inherit meson pkgconfig bash-completion gobject-introspection upstream-version-is-even
14 14
15SRCREV = "72d92e75a430900c00aeb1a471965d53eb307708" 15SRCREV = "3f07d6e5b4677558543b3b4484ea88ad92257e92"
16SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=main" 16SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=qmi-1-34"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19