[oe-commits] Martin Jansa : evolution-data-server: remove unrecognized configure options

git at git.openembedded.org git at git.openembedded.org
Sat Aug 9 16:13:26 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: cee56ac6779041a63d4bb465fd3db62254731ac7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=cee56ac6779041a63d4bb465fd3db62254731ac7

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Aug  9 15:43:11 2014 +0200

evolution-data-server: remove unrecognized configure options

* fixes following QA warnings:
  evolution-data-server-3.2.3+gitAUTOINC+a9e4e74ec4:
    evolution-data-server: configure was passed unrecognised options:
    --with-dbus --without-bug-buddy --without-weather --disable-uoa
    --with-soup [unknown-configure-option]

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
index 162471b..7c935a3 100644
--- a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
+++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
@@ -41,10 +41,9 @@ do_configure_append () {
     cp ${WORKDIR}/iconv-detect.h ${S}
 }
 
-EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \
-                --with-soup --with-libdb=${STAGING_DIR_HOST}${prefix} \
-                --disable-nntp --without-weather --disable-goa --disable-uoa --disable-weather"
-#		--disable-ssl --disable-smime --disable-ssl
+EXTRA_OECONF = "--without-openldap \
+                --with-libdb=${STAGING_DIR_HOST}${prefix} \
+                --disable-nntp --disable-goa --disable-weather"
 
 PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \
              libedata-book libedata-book-dev libedata-cal libedata-cal-dev \



More information about the Openembedded-commits mailing list