diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-01-25 12:10:27 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-25 21:03:16 -0800 |
commit | 1746b3793718f37216bc9931fc48cbe17a54116e (patch) | |
tree | 3229f4fa28660ee4c1d64493bc2f441c4dc4dee8 /meta-gnome/recipes-gnome | |
parent | 00dec94ac17ca98f43af8ac9bb7a554de554b154 (diff) | |
download | meta-openembedded-1746b3793718f37216bc9931fc48cbe17a54116e.tar.gz |
evolution-data-server: Disable g-i data generation
This still fails the build, since it starts peeking into build machine
sysroot
Fixes
| FAILED: src/camel/Camel-1.2.gir /mnt/b/yoe/master/build/tmp/work/mips32r2-yoe-linux-musl/evolution-data-server/3.42.3-r0/build/src/camel/Camel-1.2.gir
...
| Error loading shared library libz.so.1: Exec format error (needed by /mnt/b/yoe/master/build/tmp/work/mips32r2-yoe-linux-musl/evolution-data-server/3.42.3-r0
/build/src/camel/libcamel-1.2.so.63)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Markus Volk <f_l_k@t-online.de>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb index 9ccaedbcc..3be2742c2 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb | |||
@@ -20,6 +20,7 @@ SRC_URI += " \ | |||
20 | 20 | ||
21 | LKSTRFTIME = "HAVE_LKSTRFTIME=ON" | 21 | LKSTRFTIME = "HAVE_LKSTRFTIME=ON" |
22 | LKSTRFTIME:libc-musl = "HAVE_LKSTRFTIME=OFF" | 22 | LKSTRFTIME:libc-musl = "HAVE_LKSTRFTIME=OFF" |
23 | GI_DATA_ENABLED="False" | ||
23 | 24 | ||
24 | EXTRA_OECMAKE = " \ | 25 | EXTRA_OECMAKE = " \ |
25 | -DSYSCONF_INSTALL_DIR=${sysconfdir} \ | 26 | -DSYSCONF_INSTALL_DIR=${sysconfdir} \ |