mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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.
(From OE-Core rev: 11c87952c9a71036119d509ce09f17e352e4c6d8)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d208738062
commit
1e8cedab44
@@ -27,9 +27,10 @@ SYSROOT_DIRS_BLACKLIST = " \
|
||||
${mandir} \
|
||||
${docdir} \
|
||||
${infodir} \
|
||||
${datadir}/locale \
|
||||
${datadir}/applications \
|
||||
${datadir}/fonts \
|
||||
${datadir}/gtk-doc/html \
|
||||
${datadir}/locale \
|
||||
${datadir}/pixmaps \
|
||||
${libdir}/${PN}/ptest \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user