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>
This commit is contained in:
Alexander Kanavin 2018-02-08 15:44:15 +02:00 committed by Armin Kuster
parent 8f9ab712c4
commit 59d22dd39f
2 changed files with 5 additions and 1 deletions

View File

@ -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() {

View File

@ -25,6 +25,6 @@ LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
inherit autotools pkgconfig gobject-introspection distro_features_check
inherit autotools pkgconfig gobject-introspection distro_features_check gtk-doc
REQUIRED_DISTRO_FEATURES = "x11"