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/libgdata | |
| 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/libgdata')
| -rw-r--r-- | meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb index 2a6f04b4d8..6ec6d46188 100644 --- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb +++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb | |||
| @@ -21,7 +21,7 @@ do_compile_prepend() { | |||
| 21 | export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs" | 21 | export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs" |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | EXTRA_OECONF += "--disable-goa --disable-tests" | 24 | EXTRA_OECONF += "--disable-goa --disable-tests --disable-gtk-doc" |
| 25 | 25 | ||
| 26 | SRC_URI[archive.md5sum] = "eb552a8a8482e4231a3d1baf7262e64d" | 26 | SRC_URI[archive.md5sum] = "eb552a8a8482e4231a3d1baf7262e64d" |
| 27 | SRC_URI[archive.sha256sum] = "8740e071ecb2ae0d2a4b9f180d2ae5fdf9dc4c41e7ff9dc7e057f62442800827" | 27 | SRC_URI[archive.sha256sum] = "8740e071ecb2ae0d2a4b9f180d2ae5fdf9dc4c41e7ff9dc7e057f62442800827" |
