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-06 10:21:18 +0100 |
commit | 155ea975f5e0287f9ed49413785d1948c56601a5 (patch) | |
tree | 555f64e07c2e266e8531f5b55a6042f3f3276b24 /meta/recipes-sato | |
parent | 271c3afd8b72e321981b193be6deb968027e6149 (diff) | |
download | openembedded-core-155ea975f5e0287f9ed49413785d1948c56601a5.tar.gz openembedded-core-155ea975f5e0287f9ed49413785d1948c56601a5.tar.bz2 openembedded-core-155ea975f5e0287f9ed49413785d1948c56601a5.zip |
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
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-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 SRCREV = "7337d11aed576e7caaa12b4e881ad8d33668799f" PV = "2.30+git${SRCPV}" -PR = "r0" +PR = "r1" SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ file://oh-contact.patch;striplevel=0 \ @@ -41,6 +41,7 @@ do_configure_prepend () { do_configure_append () { cp ${WORKDIR}/iconv-detect.h ${S} + sed -i 's/-DG_DISABLE_DEPRECATED//g' ${S}/libedataserver/Makefile } EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \ |