All of lore.kernel.org
 help / color / mirror / Atom feed
* Is the grammar of .la files changed in new libtool 2.4?
@ 2011-01-26  5:56 Lu, Lianhao
  2011-01-26  6:18 ` Scott Garman
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lu, Lianhao @ 2011-01-26  5:56 UTC (permalink / raw)
  To: Garman, Scott A; +Cc: poky@yoctoproject.org

Hi Scott,

I'm wondering whether the grammar of the .la files generated by new libtool 2.4 is different from the old ones. Take the file libxcb-res.la generated by libxcb for example, it contains a line:

dependency_libs=' =/usr/lib/libxcb.la =/usr/lib/libXau.la'

While in the old libxcb.la file, this line appeared to be 

dependency_libs=' /usr/lib/libxcb.la /usr/lib/libxcb.la'

Is the "=" a new grammar for liblool 2.4? Because in meta-toolchain, it needs to fix these .la files by replacing all the "/usr/lib" to "${SDKTARGETSYSROOT}/usr/lib", etc. This new "=" causes the original regular expression not work.

b.t.w. Do we still need the code in meta-toolchain to fix broken .la files? According to my understanding, the new sysroot support in libtool 2.4 should solve this problem, right? Thanks!

Best Regards,
- Lianhao Lu


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

end of thread, other threads:[~2011-01-26  9:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-26  5:56 Is the grammar of .la files changed in new libtool 2.4? Lu, Lianhao
2011-01-26  6:18 ` Scott Garman
2011-01-26  6:39   ` Lu, Lianhao
2011-01-26  9:42     ` Richard Purdie
2011-01-26  6:43 ` Khem Raj
2011-01-26  9:40 ` Richard Purdie

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.