diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 16:17:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:40:06 +0100 |
commit | 18ef5e7d691a05565db88ffd0c13475ad9b0dcf3 (patch) | |
tree | a131c73d7920992029d7b2a7d813f5a297b51a75 /meta/recipes-sato | |
parent | 964b0f39c3ef884eeb4d372924610c29fa2c18f2 (diff) | |
download | openembedded-core-18ef5e7d691a05565db88ffd0c13475ad9b0dcf3.tar.gz openembedded-core-18ef5e7d691a05565db88ffd0c13475ad9b0dcf3.tar.bz2 openembedded-core-18ef5e7d691a05565db88ffd0c13475ad9b0dcf3.zip |
evolution-data-server: cleanup thanks to new gtk-doc.bbclass
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/eds/evolution-data-server_git.bb | 10 |
1 files changed, 3 insertions, 7 deletions
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 \ |