aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-02-02 17:01:39 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-04 23:22:49 +0000
commit6aca5b82c9163b1f9fe322fbb599cb0739936e3b (patch)
treebf0b1ec161595fc52b2c4bbc0122a080707fc1c3 /documentation
parent5e2201edaf17b13fa0064b8d41a433b7920f3b92 (diff)
downloadopenembedded-core-contrib-6aca5b82c9163b1f9fe322fbb599cb0739936e3b.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 2ce927858e..29f5743a6f 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -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>