diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-05-06 09:28:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-07 16:42:46 +0100 |
commit | 9355a8e5c146b332beecc7985372d2f0258d7c7f (patch) | |
tree | 7589b028150e4c7c74a0950ace254654053ecdfc /meta/recipes-sato/eds | |
parent | 3ea2db0b9d32e52afef76dfb429405fb943edde6 (diff) | |
download | poky-9355a8e5c146b332beecc7985372d2f0258d7c7f.tar.gz |
evolution-data-server: enable deprecated glib API
* we have very old version and deprecated g_atexit is used even in current master
http://git.gnome.org/browse/evolution-data-server/log/libedataserver/e-categories.c
(From OE-Core rev: 155ea975f5e0287f9ed49413785d1948c56601a5)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/eds')
-rw-r--r-- | meta/recipes-sato/eds/evolution-data-server_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-sato/eds/evolution-data-server_git.bb b/meta/recipes-sato/eds/evolution-data-server_git.bb index b2aa08c3ea..1d675dc8cc 100644 --- a/meta/recipes-sato/eds/evolution-data-server_git.bb +++ b/meta/recipes-sato/eds/evolution-data-server_git.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libi | |||
12 | 12 | ||
13 | SRCREV = "7337d11aed576e7caaa12b4e881ad8d33668799f" | 13 | SRCREV = "7337d11aed576e7caaa12b4e881ad8d33668799f" |
14 | PV = "2.30+git${SRCPV}" | 14 | PV = "2.30+git${SRCPV}" |
15 | PR = "r0" | 15 | PR = "r1" |
16 | 16 | ||
17 | SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ | 17 | SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ |
18 | file://oh-contact.patch;striplevel=0 \ | 18 | file://oh-contact.patch;striplevel=0 \ |
@@ -41,6 +41,7 @@ do_configure_prepend () { | |||
41 | 41 | ||
42 | do_configure_append () { | 42 | do_configure_append () { |
43 | cp ${WORKDIR}/iconv-detect.h ${S} | 43 | cp ${WORKDIR}/iconv-detect.h ${S} |
44 | sed -i 's/-DG_DISABLE_DEPRECATED//g' ${S}/libedataserver/Makefile | ||
44 | } | 45 | } |
45 | 46 | ||
46 | EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \ | 47 | EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \ |