evolution-data-server: cleanup thanks to new gtk-doc.bbclass

(From OE-Core rev: 18ef5e7d691a05565db88ffd0c13475ad9b0dcf3)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2012-07-19 16:17:21 +01:00 committed by Richard Purdie
parent 7f42473ce3
commit a2afa6955f
1 changed files with 3 additions and 7 deletions

View File

@ -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 \