On Wed, Apr 2, 2008 at 10:06 PM, Javi Roman <[EMAIL PROTECTED]> wrote: > > On Wed, Apr 2, 2008 at 7:03 PM, Javi Roman <[EMAIL PROTECTED]> wrote: > > I'm getting the following do_fetch bitbake task error: > > > > NOTE: Task failed: Unknown fetch Error: local variable 'md5data' > > referenced before assignment > > > > I have got this error using: python 2.5.1 (Fedora 8) and python 2.4.4 > > (Debian 4.0) > > > > Some people talked about same error (google), nevertheless without any > > clear answer. > > > > Thanks. > > > > -- > > Javi Roman > > > > Is it possible disable md5sum step for one bb packet? > I guess it would be a work around. > > Thanks. > > -- > Javi Roman >
Upps! The problem was solved, the following line in my .bb file raised the error: export PATH=$PATH:/usr/binary The following solved the problem: export PATH+=/usr/binary Thanks everybody. -- Javi Roman _______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
