]> code.ossystems Code Review - openembedded-core.git/commit
remove-libtool: add new class
authorRoss Burton <ross.burton@intel.com>
Fri, 29 Jan 2016 21:24:40 +0000 (21:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Feb 2016 14:42:15 +0000 (14:42 +0000)
commitda1219b5c48fe50d667bc72bd9ad0115b25d5558
treea230782fb0cbe2352c70b876be387e159094166b
parentfff4303a18ac8100e5a96da7facb42d8751e1eae
remove-libtool: add new class

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 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/remove-libtool.bbclass [new file with mode: 0644]