]> code.ossystems Code Review - openembedded-core.git/commit
staging: add ${datadir}/gtk-doc/html to the sysroot blacklist
authorRoss Burton <ross.burton@intel.com>
Mon, 29 Apr 2019 14:55:11 +0000 (15:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Apr 2019 22:24:35 +0000 (23:24 +0100)
commit11c87952c9a71036119d509ce09f17e352e4c6d8
treebaff4c9b741bb1182861b0035937866dc75398bc
parent524fcf34128045f9f5726a1f1b8715a12b12ae7c
staging: add ${datadir}/gtk-doc/html to the sysroot blacklist

When api-documentation is enabled the GNOME stack builds API documentation. As
${datadir} is in SYSROOT_DIRS this documentation is in the sysroot but is never
used, wasting time and space.

Add ${datadir}/gtk-doc/html to the blacklist so that the generated documentation
isn't in the sysroot.  Note that we don't blacklist all of ${datadir}/gtk-doc
because gtk-doc itself installs files there which are needed to use gtk-doc.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/staging.bbclass