diff options
| -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 | ||
