[yocto] Problem with library recipe

jim Schimpf jim.schimpf at gmail.com
Mon Oct 26 08:42:10 PDT 2015


Hi,
	I think I found it in the configure.ac

################################################################################
#  Libtool                                                                     										#
################################################################################

LT_INIT

DOLT   <— This invokes doitlibtool

I removed this line and it worked, compiled, moved to sysroot and packaged just fine.  Thank you guys for the help.  I will send a note to the maintainer and ask him to change it in GitHub.

Thanks again.
 —jim

> On 26 Oct, 2015, at 10:49, Burton, Ross <ross.burton at intel.com> wrote:
> 
> 
> On 26 October 2015 at 14:29, Paul Eggleton <paul.eggleton at linux.intel.com <mailto:paul.eggleton at linux.intel.com>> wrote:
> It looks like this library is using DOLT. Anyone remember how to deal with
> that? Ross?
> 
> One thing to try would be to simply drop the DOLT line from configure.ac <http://configure.ac/> and
> see if that helps.
> 
> Yeah, DOLT is broken and it's trying to invoke "libtool" directly when our cross-aware binaries get prefixed with the toolchain triplet.  Removing the DOLT line from configure.ac <http://configure.ac/> should let it just use libtool properly, and I recommend telling upstream that DOLT isn't really needed these days now that libtool is a lot faster.
> 
> Ross

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20151026/d0952d94/attachment.html>


More information about the yocto mailing list