diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-08-26 18:37:53 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:30:51 +0200 |
commit | f119c2a2f955b2eaa9ac5fca3ecac695acc096fc (patch) | |
tree | 80f7cbddff79ce8bcea50a6bd73e457abff7da4d /meta-gnome/recipes-gnome/eds | |
parent | 13b511cd526addc5fde68c9ebf302e3674f0d73a (diff) | |
download | meta-openembedded-f119c2a2f955b2eaa9ac5fca3ecac695acc096fc.tar.gz |
gtk-doc: disable where necessary
Several recipes in meta-oe layers are so old that they don't work
with modern gtk-doc (which was added and enabled by default in oe-core);
disable that where it is necessary for the build to succeed.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/eds')
-rw-r--r-- | meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb | 2 |
1 files changed, 1 insertions, 1 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 a5664b085..c31de0ca1 100644 --- a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb +++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb | |||
@@ -48,7 +48,7 @@ do_compile_prepend() { | |||
48 | 48 | ||
49 | EXTRA_OECONF = "--without-openldap \ | 49 | EXTRA_OECONF = "--without-openldap \ |
50 | --with-libdb=${STAGING_DIR_HOST}${prefix} \ | 50 | --with-libdb=${STAGING_DIR_HOST}${prefix} \ |
51 | --disable-nntp --disable-goa --disable-weather" | 51 | --disable-nntp --disable-goa --disable-weather --disable-gtk-doc" |
52 | 52 | ||
53 | PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \ | 53 | PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \ |
54 | libedata-book libedata-book-dev libedata-cal libedata-cal-dev \ | 54 | libedata-book libedata-book-dev libedata-cal libedata-cal-dev \ |