]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gtk-doc: don't regenerate gtk-doc in do_install
authorRoss Burton <ross.burton@intel.com>
Wed, 21 Mar 2018 14:47:29 +0000 (14:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 25 Mar 2018 08:40:42 +0000 (09:40 +0100)
commited2dc5f03aa46013ae05a1802d42a3a5ec10845d
tree1ab4d355f65f03db31345633a5f8f06b77f78ad8
parentdea2b8225031f1fa0f136ddac1fb0122ab1d81ba
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>
meta/recipes-gnome/gtk-doc/files/no-clobber.patch [new file with mode: 0644]
meta/recipes-gnome/gtk-doc/gtk-doc_1.27.bb