diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-02-08 15:44:15 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-02-23 20:24:19 -0800 |
| commit | 59d22dd39f453bf6aa6109b0448979bc18c45ee9 (patch) | |
| tree | 23cf272fe244d1e0425610958671e39c2c9e5950 /meta-gnome/recipes-gnome/libgdata | |
| parent | 8f9ab712c4b4a05229e65105792c23bc96f5befe (diff) | |
| download | meta-openembedded-59d22dd39f453bf6aa6109b0448979bc18c45ee9.tar.gz | |
gtk-doc: fix build failures for libgdata and libunique
The failures appeared with recent gtk-doc 1.27 update in oe-core.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libgdata')
| -rw-r--r-- | meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb | 4 |
1 files changed, 4 insertions, 0 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 c2157df0cb..9b025128bf 100644 --- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb +++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb | |||
| @@ -15,6 +15,10 @@ do_configure_prepend_class-target () { | |||
| 15 | # introspection.m4 pre-packaged with upstream tarballs does not yet | 15 | # introspection.m4 pre-packaged with upstream tarballs does not yet |
| 16 | # have our fixes | 16 | # have our fixes |
| 17 | rm -f ${S}/introspection.m4 | 17 | rm -f ${S}/introspection.m4 |
| 18 | |||
| 19 | # remove the pre-built gtk-doc files, as they're installed (or attempted to be installed) | ||
| 20 | # even if gtk-doc is explicitly disabled | ||
| 21 | rm -rf ${S}/docs/reference/html | ||
| 18 | } | 22 | } |
| 19 | 23 | ||
| 20 | do_compile_prepend() { | 24 | do_compile_prepend() { |
