Unknown fetch Error: md5data ....
Javi Roman
javiroman at kernel-labs.org
Thu Apr 3 08:23:18 UTC 2008
On Wed, Apr 2, 2008 at 10:06 PM, Javi Roman <javiroman at kernel-labs.org> wrote:
>
> On Wed, Apr 2, 2008 at 7:03 PM, Javi Roman <javiroman at kernel-labs.org> 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
More information about the Openembedded-users
mailing list