1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Scott Rifenbark
2016-04-15 08:50:19 -07:00
committed by Richard Purdie
parent a16eecac5b
commit db47094be5
+5 -2
View File
@@ -2901,8 +2901,11 @@
<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.
then the recipe can override the removal by setting
<filename>REMOVE_LIBTOOL_LA</filename> to "0" as follows:
<literallayout class='monospaced'>
REMOVE_LIBTOOL_LA = "0"
</literallayout>
<note>
The <filename>remove-libtool</filename> class is not enabled by
default.