summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/evolution-data-server
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-gnome/recipes-gnome/evolution-data-server
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/evolution-data-server')
-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"