mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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>
This commit is contained in:
@@ -41,10 +41,9 @@ do_configure_append () {
|
|||||||
cp ${WORKDIR}/iconv-detect.h ${S}
|
cp ${WORKDIR}/iconv-detect.h ${S}
|
||||||
}
|
}
|
||||||
|
|
||||||
EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \
|
EXTRA_OECONF = "--without-openldap \
|
||||||
--with-soup --with-libdb=${STAGING_DIR_HOST}${prefix} \
|
--with-libdb=${STAGING_DIR_HOST}${prefix} \
|
||||||
--disable-nntp --without-weather --disable-goa --disable-uoa --disable-weather"
|
--disable-nntp --disable-goa --disable-weather"
|
||||||
# --disable-ssl --disable-smime --disable-ssl
|
|
||||||
|
|
||||||
PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \
|
PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \
|
||||||
libedata-book libedata-book-dev libedata-cal libedata-cal-dev \
|
libedata-book libedata-book-dev libedata-cal libedata-cal-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user