summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libchamplain
diff options
context:
space:
mode:
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.