On Tue, Jan 24, 2012 at 8:13 AM, autif khan <[email protected]> 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. _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
