On Wed, May 12, 2010 at 08:10:10PM +0800, Daniel Li wrote: > Well, I'm not sure if it's the latest branch. I'm not familiar with > openembedded. I just tried below commands, but failed. > > $ bitbake -c clean libfso-glib libfsoframework > $ bitbake libfso-glib libfsoframework > > Maybe I have to use make update and then delete tmp folder and make > the image again.
You should call make update for sure (libfso-glib was updated few hours ago). And you should check it went fine (no git errors like "Remote end hung up" or "connection refused" in make update output). In worse scenario you can check cd shr-unstable/openembedded git log -1 shows the same as top of http://git.openembedded.org/cgit.cgi/openembedded/log/ Delete tmp folder is usually not needed, but sometimes usefull (today we moved from gcc-4.4.3 to gcc-4.4.4 if you want everything compiled with newer gcc you have to remove tmp too). Regards, -- uin:136542059 jid:[email protected] Jansa Martin sip:[email protected] JaMa _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
