Bitbake error at package libtool-native-2.2.4

I am trying to compile openembedded kernel image for the first time...
While running "bitbake console-image" ,the intial parsing of Bitbake
files goes fine but getting the following error at task 61 (libtool-
native-2.2.4)

It looks like do_fetch did not happen properly and hence you got a
wrong md5sum. Try deleting the libtool-2.2.4.tar.bz2 from your sources
directory and try again.

Thanks for the response…
I am unabale to find the above listed file (libtool-2.2.4.tar.bz2) in the whole openembedded tree…
Where is the sources directory ?

-Nitin

it will be in $(DL_DIR) that you set in your oe/build/local.conf directory.

Yeah got it… I forgot that I set the /tmp directory as DL_DIR.

Deleted… Thanks… trying again now.

Regards
-Nitin