[yocto] libtool version mismatch

Khem Raj raj.khem at gmail.com
Tue Jan 24 09:09:54 PST 2012


On Tue, Jan 24, 2012 at 8:13 AM, autif khan <autif.mlist at gmail.com> wrote:
>
> do_configure_prepend() {
>    autoreconf -Wcross --verbose --install --force || bbnote "mono
> failed to autoreconf"
> }
>
> do_compile_prepend() {
>    ln -s i586-poky-linux-libtool libtool
> }

get rid of above these are not needed when recipes inherit autotools
see if you need to copy over some of m4 macros that is what you
need to do in do_configure_prepend if needed.



More information about the yocto mailing list