[OE-core] [PATCH 02/17] connman: Package unpackaged .la file

Phil Blundell pb at pbcl.net
Wed Jul 6 09:14:05 UTC 2011


On Tue, 2011-07-05 at 23:51 +0100, Richard Purdie wrote:
> +FILES_${PN}-dev += "${libdir}/connman/plugins/*.la"

Actually, in this specific case, I think adding *.la to FILES is the
wrong thing to do.  The DSOs in question are plugins, not libraries, and
nobody is ever going to link against them.  So the corresponding .la
files (and the .so symlinks, if those are also getting created) really
are just dross and should be deleted.

p.






More information about the Openembedded-core mailing list