diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 15:43:11 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:20 +0200 |
commit | e75547fb8db06107eb74975e087a79e3a2ef1d4c (patch) | |
tree | 3f51d6661a053beca0c1f237d49048a96c501124 /meta-gnome | |
parent | 7cbac6b6a679903e29e164d9a2de675518bc912a (diff) | |
download | meta-openembedded-e75547fb8db06107eb74975e087a79e3a2ef1d4c.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb | 7 |
1 files 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 162471b00..7c935a3d5 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 () { | |||
41 | cp ${WORKDIR}/iconv-detect.h ${S} | 41 | cp ${WORKDIR}/iconv-detect.h ${S} |
42 | } | 42 | } |
43 | 43 | ||
44 | EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \ | 44 | EXTRA_OECONF = "--without-openldap \ |
45 | --with-soup --with-libdb=${STAGING_DIR_HOST}${prefix} \ | 45 | --with-libdb=${STAGING_DIR_HOST}${prefix} \ |
46 | --disable-nntp --without-weather --disable-goa --disable-uoa --disable-weather" | 46 | --disable-nntp --disable-goa --disable-weather" |
47 | # --disable-ssl --disable-smime --disable-ssl | ||
48 | 47 | ||
49 | PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \ | 48 | PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \ |
50 | libedata-book libedata-book-dev libedata-cal libedata-cal-dev \ | 49 | libedata-book libedata-book-dev libedata-cal libedata-cal-dev \ |