summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb')
-rw-r--r--meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb10
1 files changed, 5 insertions, 5 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 7f267b4972..571d4301ec 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
@@ -19,7 +19,7 @@ SRC_URI += " \
19" 19"
20 20
21LKSTRFTIME = "HAVE_LKSTRFTIME=ON" 21LKSTRFTIME = "HAVE_LKSTRFTIME=ON"
22LKSTRFTIME_libc-musl = "HAVE_LKSTRFTIME=OFF" 22LKSTRFTIME:libc-musl = "HAVE_LKSTRFTIME=OFF"
23 23
24# For arm qemu-arm runs at 100% CPU load and never returns - so disable introspection for now 24# For arm qemu-arm runs at 100% CPU load and never returns - so disable introspection for now
25GI_DATA_ENABLED="False" 25GI_DATA_ENABLED="False"
@@ -46,7 +46,7 @@ PACKAGECONFIG[openldap] = "-DWITH_OPENLDAP=ON,-DWITH_OPENLDAP=OFF,openldap"
46# -ldb needs this on some platforms 46# -ldb needs this on some platforms
47LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" 47LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0"
48 48
49do_configure_append () { 49do_configure:append () {
50 cp ${WORKDIR}/iconv-detect.h ${S}/src 50 cp ${WORKDIR}/iconv-detect.h ${S}/src
51 51
52 # fix native perl shebang 52 # fix native perl shebang
@@ -57,14 +57,14 @@ do_configure_append () {
57 -e 's: ${bindir}/g-ir-scanner-wrapper: ${STAGING_BINDIR}/g-ir-scanner-wrapper:g' 57 -e 's: ${bindir}/g-ir-scanner-wrapper: ${STAGING_BINDIR}/g-ir-scanner-wrapper:g'
58} 58}
59 59
60do_compile_prepend() { 60do_compile:prepend() {
61 export GIR_EXTRA_LIBS_PATH="${B}/camel/.libs:${B}/libedataserver/.libs" 61 export GIR_EXTRA_LIBS_PATH="${B}/camel/.libs:${B}/libedataserver/.libs"
62} 62}
63 63
64FILES_${PN} =+ " \ 64FILES:${PN} =+ " \
65 ${datadir}/dbus-1 \ 65 ${datadir}/dbus-1 \
66 ${datadir}/evolution-data-server-*/ui/ \ 66 ${datadir}/evolution-data-server-*/ui/ \
67 ${systemd_user_unitdir} \ 67 ${systemd_user_unitdir} \
68" 68"
69 69
70RDEPENDS_${PN} += "perl" 70RDEPENDS:${PN} += "perl"