diff options
author | Ross Burton <ross.burton@intel.com> | 2018-03-21 14:47:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-25 09:40:42 +0100 |
commit | ed2dc5f03aa46013ae05a1802d42a3a5ec10845d (patch) | |
tree | 1ab4d355f65f03db31345633a5f8f06b77f78ad8 /meta/classes | |
parent | dea2b8225031f1fa0f136ddac1fb0122ab1d81ba (diff) | |
download | poky-ed2dc5f03aa46013ae05a1802d42a3a5ec10845d.tar.gz |
gtk-doc: don't regenerate gtk-doc in do_install
In out-of-tree builds gtk-doc's setup-build target copies all the content from
$srcdir to $builddir. However, if some of this content is regenerated at
configure time this can happen:
1) configure writes new build/version.xml
2) make compile copies content, including the tarball's src/version.xml
to build/version.xml, and generates gtk-doc.
3) make install notices build/version.xml is older than configure.status,
so regenerates gtk-doc.
gtk-doc generation is a slow process at the best of times, so doing it twice
isn't good.
(From OE-Core rev: 9ea9d61f26a942dbbc90070b40ba0209021a4b46)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions