Re: [OE-core] [PATCH 1/4] xf86-driver-common.inc: remove .la files to avoid unpackaged warning

2011-06-03 Thread Otavio Salvador
On Fri, Jun 3, 2011 at 00:52, Saul Wold s...@linux.intel.com wrote: Would it not be better to package them in the -dev package instead of throwing them away? They are not packaged by I remove them to avoid the unshiped warning. -- Otavio Salvador                             O.S. Systems

Re: [OE-core] [PATCH 1/4] xf86-driver-common.inc: remove .la files to avoid unpackaged warning

2011-06-03 Thread Phil Blundell
On Thu, 2011-06-02 at 17:52 -0700, Saul Wold wrote: On 06/02/2011 12:25 PM, Otavio Salvador wrote: +do_install_append () { +# driver's la files are not packaged +rm -f ${D}${libdir}/xorg/modules/drivers/*.la +} Would it not be better to package them in the -dev package instead