summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-04-15 08:50:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-18 16:28:25 +0100
commitdb47094be5588faa269ae5af8fc237c82ce2fc25 (patch)
tree6faa4b132eb765153dbd83a5e81901cb8d3e1956 /documentation
parenta16eecac5bc1aa5d59a809575d63c37401274005 (diff)
downloadpoky-db47094be5588faa269ae5af8fc237c82ce2fc25.tar.gz
ref-manual: Updated the remove-libtool.bbclass description.
(From yocto-docs rev: de35e72836ebc75aa1f9614fa034631dd7d2a611) 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.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index c6ba45464c..bca44adf61 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2901,8 +2901,11 @@
2901 2901
2902 <para> 2902 <para>
2903 If a recipe needs the <filename>.la</filename> files to be installed, 2903 If a recipe needs the <filename>.la</filename> files to be installed,
2904 then the recipe can be overridden by setting the 2904 then the recipe can override the removal by setting
2905 <filename>REMOVE_LIBTOOL_LA</filename> variable. 2905 <filename>REMOVE_LIBTOOL_LA</filename> to "0" as follows:
2906 <literallayout class='monospaced'>
2907 REMOVE_LIBTOOL_LA = "0"
2908 </literallayout>
2906 <note> 2909 <note>
2907 The <filename>remove-libtool</filename> class is not enabled by 2910 The <filename>remove-libtool</filename> class is not enabled by
2908 default. 2911 default.