All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] .la files cleanup
@ 2011-10-03 10:58 Dmitry Eremin-Solenikov
  2011-10-03 11:32 ` Richard Purdie
  2011-10-03 14:55 ` Phil Blundell
  0 siblings, 2 replies; 6+ messages in thread
From: Dmitry Eremin-Solenikov @ 2011-10-03 10:58 UTC (permalink / raw)
  To: openembedded-core

Proposal: extend some bbclass with a task to remove unused .la files

Rationale: There are lots of recipes, which install tons of .la files
(thanks libtool),
but then do not ship them (correctly as most of them are unused in
real systems).
My proposal would be to include a special task or a
do_install_append() part that
will remove specified .la files. (like ${libdir}/xorg/modules/*/.la,
${libdir}/matchbox-panel/*.la, etc.). I see this usually done in
do_install or in special do_install_append
parts, but I think it would be better to handle this globally.

-- 
With best wishes
Dmitry



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-10-03 20:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-03 10:58 [RFC] .la files cleanup Dmitry Eremin-Solenikov
2011-10-03 11:32 ` Richard Purdie
2011-10-03 14:55 ` Phil Blundell
2011-10-03 17:06   ` Dmitry Eremin-Solenikov
2011-10-03 18:34     ` Otavio Salvador
2011-10-03 20:28   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.