ref-manual: Added remove-libtool class

I added this new class to the ref-manual classes section.

(From yocto-docs rev: aedb3f54c5874e9cd9d8e5592959410db6f02ec7)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-02-02 17:01:39 -08:00 committed by Richard Purdie
parent 5e2201edaf
commit 6aca5b82c9
1 changed files with 24 additions and 0 deletions

View File

@ -2898,6 +2898,30 @@
</para>
</section>
<section id='ref-classes-remove-libtool'>
<title><filename>remove-libtool.bbclass</filename></title>
<para>
The <filename>remove-libtool</filename> class adds a post function
to the
<link linkend='ref-tasks-install'><filename>do_install</filename></link>
task to remove all <filename>.la</filename> files installed by
<filename>libtool</filename>.
Removing these files results in them being absent from both the
sysroot and target packages.
</para>
<para>
If a recipe needs the <filename>.la</filename> files to be installed,
then the recipe can be overridden by setting the
<filename>REMOVE_LIBTOOL_LA</filename> variable.
<note>
The <filename>remove-libtool</filename> class is not enabled by
default.
</note>
</para>
</section>
<section id='ref-classes-report-error'>
<title><filename>report-error.bbclass</filename></title>