]> code.ossystems Code Review - openembedded-core.git/commitdiff
evolution-data-server: enable deprecated glib API
authorMartin Jansa <martin.jansa@gmail.com>
Sun, 6 May 2012 07:28:23 +0000 (09:28 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 May 2012 09:21:18 +0000 (10:21 +0100)
* 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>
meta/recipes-sato/eds/evolution-data-server_git.bb

index b2aa08c3ea5fcab4501844edb09af8d1fa8bbddc..1d675dc8cc7a107c18048441194b914fa71816e6 100644 (file)
@@ -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 \