summaryrefslogtreecommitdiffstats
path: root/meta/classes/remove-libtool.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* remove-libtool: add new classRoss Burton2016-02-021-0/+11
This class adds a postfunc to do_install to remove all .la files installed by libtool, so that they are absent from both the sysroots and target packages. If a recipe needs these files to be installed then it can be overridden by setting REMOVE_LIBTOOL_LA. Note that this class isn't enabled by default. [ YOCTO #2380 ] (From OE-Core rev: da1219b5c48fe50d667bc72bd9ad0115b25d5558) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>