diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-02-02 17:01:39 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 23:22:49 +0000 |
commit | 6aca5b82c9163b1f9fe322fbb599cb0739936e3b (patch) | |
tree | bf0b1ec161595fc52b2c4bbc0122a080707fc1c3 /documentation | |
parent | 5e2201edaf17b13fa0064b8d41a433b7920f3b92 (diff) | |
download | poky-6aca5b82c9163b1f9fe322fbb599cb0739936e3b.tar.gz |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 24 |
1 files changed, 24 insertions, 0 deletions
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 @@ | |||
2898 | </para> | 2898 | </para> |
2899 | </section> | 2899 | </section> |
2900 | 2900 | ||
2901 | <section id='ref-classes-remove-libtool'> | ||
2902 | <title><filename>remove-libtool.bbclass</filename></title> | ||
2903 | |||
2904 | <para> | ||
2905 | The <filename>remove-libtool</filename> class adds a post function | ||
2906 | to the | ||
2907 | <link linkend='ref-tasks-install'><filename>do_install</filename></link> | ||
2908 | task to remove all <filename>.la</filename> files installed by | ||
2909 | <filename>libtool</filename>. | ||
2910 | Removing these files results in them being absent from both the | ||
2911 | sysroot and target packages. | ||
2912 | </para> | ||
2913 | |||
2914 | <para> | ||
2915 | If a recipe needs the <filename>.la</filename> files to be installed, | ||
2916 | then the recipe can be overridden by setting the | ||
2917 | <filename>REMOVE_LIBTOOL_LA</filename> variable. | ||
2918 | <note> | ||
2919 | The <filename>remove-libtool</filename> class is not enabled by | ||
2920 | default. | ||
2921 | </note> | ||
2922 | </para> | ||
2923 | </section> | ||
2924 | |||
2901 | <section id='ref-classes-report-error'> | 2925 | <section id='ref-classes-report-error'> |
2902 | <title><filename>report-error.bbclass</filename></title> | 2926 | <title><filename>report-error.bbclass</filename></title> |
2903 | 2927 | ||