]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updated the remove-libtool.bbclass description.
authorScott Rifenbark <srifenbark@gmail.com>
Fri, 15 Apr 2016 15:50:19 +0000 (08:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Apr 2016 15:28:25 +0000 (16:28 +0100)
(From yocto-docs rev: de35e72836ebc75aa1f9614fa034631dd7d2a611)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-classes.xml

index c6ba45464c2698ae3da094e8c3ea9a0c97dd22dc..bca44adf618c3c682085eec30e87a42750b0d845 100644 (file)
 
     <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.