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 @@ +
+ <filename>remove-libtool.bbclass</filename> + + + The remove-libtool class adds a post function + to the + do_install + task to remove all .la files installed by + libtool. + Removing these files results in them being absent from both the + sysroot and target packages. + + + + If a recipe needs the .la files to be installed, + then the recipe can be overridden by setting the + REMOVE_LIBTOOL_LA variable. + + The remove-libtool class is not enabled by + default. + + +
+
<filename>report-error.bbclass</filename>