summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb12
1 files changed, 11 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 b7c587d25f..5aaf680e8c 100644
--- a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
+++ b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
@@ -10,4 +10,14 @@ REQUIRED_DISTRO_FEATURES = "opengl"
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"
12 12
13 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.
15# See bugreport:
16# https://gitlab.gnome.org/GNOME/libchamplain/-/issues/61
17COMPATIBLE_HOST:armv4 = "null"
18COMPATIBLE_HOST:armv5 = "null"
19COMPATIBLE_HOST:armv7 = "null"
20COMPATIBLE_HOST:armv7a = "null"
21COMPATIBLE_HOST:armv7ve = "null"
22COMPATIBLE_HOST:riscv32 = "null"
23COMPATIBLE_HOST:x86 = "null"