summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb11
1 files changed, 11 insertions, 0 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 a89ab8cc74..3a27dee704 100644
--- a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
+++ b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
@@ -12,3 +12,14 @@ SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15# Compilation fails on 32-bit targets, due to GTimeVal usage, which assumes that
16# time_t is always long, which is not always the case.
17# See bugreport:
18# https://gitlab.gnome.org/GNOME/libchamplain/-/issues/61
19COMPATIBLE_HOST:armv4 = "null"
20COMPATIBLE_HOST:armv5 = "null"
21COMPATIBLE_HOST:armv7 = "null"
22COMPATIBLE_HOST:armv7a = "null"
23COMPATIBLE_HOST:armv7ve = "null"
24COMPATIBLE_HOST:riscv32 = "null"
25COMPATIBLE_HOST:x86 = "null"