libchamplain: include tag in SRC_URI

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ankur Tyagi 2026-03-27 00:03:10 +13:00 committed by Khem Raj
parent 88c2664425
commit 4b837bd3d8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -8,7 +8,7 @@ inherit features_check gobject-introspection meson pkgconfig vala
REQUIRED_DISTRO_FEATURES = "opengl"
SRCREV = "941560af497148588783db991e8135f52a82574d"
SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https"
SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https;tag=${PV}"
# Compilation fails on 32-bit targets, due to GTimeVal usage, which assumes that
# time_t is always long, which is not always the case.