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.bur...@intel.com> wrote:
> 
> 
> On 26 October 2015 at 14:29, Paul Eggleton <paul.eggle...@linux.intel.com 
> <mailto:paul.eggle...@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

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to