From ee9af4a3fd6d2398dded07821f7e02510a823342 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 8 Feb 2018 15:44:15 +0200 Subject: 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 Signed-off-by: Armin Kuster --- meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb') 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 () { # introspection.m4 pre-packaged with upstream tarballs does not yet # have our fixes rm -f ${S}/introspection.m4 + + # remove the pre-built gtk-doc files, as they're installed (or attempted to be installed) + # even if gtk-doc is explicitly disabled + rm -rf ${S}/docs/reference/html } do_compile_prepend() { -- cgit 1.2.3-korg