From 6aca5b82c9163b1f9fe322fbb599cb0739936e3b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 2 Feb 2016 17:01:39 -0800 Subject: ref-manual: Added remove-libtool class I added this new class to the ref-manual classes section. (From yocto-docs rev: aedb3f54c5874e9cd9d8e5592959410db6f02ec7) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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> -- cgit v1.2.3-54-g00ecf