Hi Malcom,
Modifying the local.conf file to include the following command worked

FETCHCOMMAND_wget = "/usr/bin/env /usr/local/bin/wget -t 5 --passive- ftp -P ${DL_DIR} ${URI}"

Now it downloaded the required packages. However, md5sum is now giving some errors.

sh: md5sum: command not found
NOTE: The MD5Sums did not match. Wanted: '988aa098326d5f2b5b5aa4b3efe8d528' and Got: ' '

On Mac OS X, you can use the command md5 instead of md5sum.

So what I did was create a new symbolic link in /sbin called md5sum

So, when I type which md5sum I get the /sbin/md5sum

What should I do, to make sure it points to md5sum symbolic link?

Best regards,

Elvis
_______________________________________________
Openembedded-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users

Reply via email to