summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libchamplain
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2026-03-27 00:03:10 +1300
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-26 07:43:36 -0700
commit4b837bd3d8023569b0253ce8dd1dfb3702a187c9 (patch)
treec92003e5901ab3ce11b902fb6e207aebe1f5fb23 /meta-gnome/recipes-gnome/libchamplain
parent88c266442551a2dc853a332032dea1593243128e (diff)
downloadmeta-openembedded-4b837bd3d8023569b0253ce8dd1dfb3702a187c9.tar.gz
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>
Diffstat (limited to 'meta-gnome/recipes-gnome/libchamplain')
-rw-r--r--meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
index 5aaf680e8c..af2e31a04d 100644
--- a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
+++ b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
@@ -8,7 +8,7 @@ inherit features_check gobject-introspection meson pkgconfig vala
8REQUIRED_DISTRO_FEATURES = "opengl" 8REQUIRED_DISTRO_FEATURES = "opengl"
9 9
10SRCREV = "941560af497148588783db991e8135f52a82574d" 10SRCREV = "941560af497148588783db991e8135f52a82574d"
11SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https" 11SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https;tag=${PV}"
12 12
13# Compilation fails on 32-bit targets, due to GTimeVal usage, which assumes that 13# Compilation fails on 32-bit targets, due to GTimeVal usage, which assumes that
14# time_t is always long, which is not always the case. 14# time_t is always long, which is not always the case.