From: Scott Rifenbark Date: Fri, 15 Apr 2016 15:50:19 +0000 (-0700) Subject: ref-manual: Updated the remove-libtool.bbclass description. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db47094be5588faa269ae5af8fc237c82ce2fc25;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updated the remove-libtool.bbclass description. (From yocto-docs rev: de35e72836ebc75aa1f9614fa034631dd7d2a611) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index c6ba45464c2..bca44adf618 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -2901,8 +2901,11 @@ If a recipe needs the .la files to be installed, - then the recipe can be overridden by setting the - REMOVE_LIBTOOL_LA variable. + then the recipe can override the removal by setting + REMOVE_LIBTOOL_LA to "0" as follows: + + REMOVE_LIBTOOL_LA = "0" + The remove-libtool class is not enabled by default.