qt-embedded using OE

Trying to ‘bitbake qt-embedded’ using OE and Angstrom for the beagleboard but getting a checksum error on one of the package downloads.

NOTE: package uicmoc4-native-4.4.3: started
NOTE: package uicmoc4-native-4.4.3-r1: task do_fetch: started
NOTE: The MD5Sums did not match. Wanted: ‘9a639aec44a1e4c70040117183d247a3’ and Got: ‘4ddf0307d83d3e252f045cc111a2c1ba’
NOTE: Task failed: Checksum of ‘ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-4.4.3.tar.bz2’ failed
NOTE: package uicmoc4-native-4.4.3-r1: task do_fetch: failed

Any body having a similar problem?

Here’s the OE environment

OE Build Configuration:
BB_VERSION = “1.8.13”
METADATA_BRANCH = “org.openembedded.dev”
METADATA_REVISION = “4886822421b02bb6a2aaccfc511b11605d14b16c”
TARGET_ARCH = “arm”
TARGET_OS = “linux-gnueabi”
MACHINE = “beagleboard”
DISTRO = “angstrom”
DISTRO_VERSION = “2009.X-test-20090512”
TARGET_FPU = “hard”

hi.

this is the error about md5sum dont match your package. maybe your
package is broken due to the network problem when downloading. And
make sure that md5sum matches with your download package, please see
this:
http://www.nabble.com/md5sum-error-with-bitbake-td18046171.html

I suggest you download this package manually, and see what the md5sum
is, if the md5sum match with the required checksum by OE, then you
should copy this package to OE download directory. after that, just
run bitbake again.

thanks