diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-gnome/recipes-gnome/evolution-data-server | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.bb | 10 |
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 | ||
| 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 | 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 |
| 25 | GI_DATA_ENABLED="False" | 25 | GI_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 |
| 47 | LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" | 47 | LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" |
| 48 | 48 | ||
| 49 | do_configure_append () { | 49 | do_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 | ||
| 60 | do_compile_prepend() { | 60 | do_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 | ||
| 64 | FILES_${PN} =+ " \ | 64 | FILES:${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 | ||
| 70 | RDEPENDS_${PN} += "perl" | 70 | RDEPENDS:${PN} += "perl" |
