From 18ef5e7d691a05565db88ffd0c13475ad9b0dcf3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 19 Jul 2012 16:17:21 +0100 Subject: evolution-data-server: cleanup thanks to new gtk-doc.bbclass Signed-off-by: Ross Burton --- meta/recipes-sato/eds/evolution-data-server_git.bb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'meta/recipes-sato') diff --git a/meta/recipes-sato/eds/evolution-data-server_git.bb b/meta/recipes-sato/eds/evolution-data-server_git.bb index 2ad81e48b1..c114c0e363 100644 --- a/meta/recipes-sato/eds/evolution-data-server_git.bb +++ b/meta/recipes-sato/eds/evolution-data-server_git.bb @@ -13,7 +13,7 @@ DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libi SRCREV = "3ca578d968d09785933ebbb45b66b3bccdbd5832" PV = "2.30+git${SRCPV}" -PR = "r1" +PR = "r2" SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ file://oh-contact.patch;striplevel=0 \ @@ -28,7 +28,7 @@ SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ S = "${WORKDIR}/git" -inherit autotools pkgconfig +inherit autotools gtk-doc pkgconfig # -ldb needs this on some platforms LDFLAGS += "-lpthread" @@ -38,10 +38,6 @@ LDFLAGS += "-lpthread" # directories by make resulting in truncated/corrupt .la files #PARALLEL_MAKE = "" -do_configure_prepend () { - echo "EXTRA_DIST = " > ${S}/gtk-doc.make -} - do_configure_append () { cp ${WORKDIR}/iconv-detect.h ${S} sed -i 's/-DG_DISABLE_DEPRECATED//g' ${S}/libedataserver/Makefile @@ -49,7 +45,7 @@ do_configure_append () { EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \ --with-soup --with-libdb=${STAGING_DIR_HOST}${prefix} \ - --disable-smime --disable-ssl --disable-nntp --disable-gtk-doc --without-weather" + --disable-smime --disable-ssl --disable-nntp --without-weather" PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \ libedata-book libedata-book-dev libedata-cal libedata-cal-dev \ -- cgit 1.2.3-korg