[EMAIL PROTECTED] oedev]$ svn diff bitbake-1.8/lib/bb/fetch/svn.py
> Index: bitbake-1.8/lib/bb/fetch/svn.py
> ===================================================================
> - --- bitbake-1.8/lib/bb/fetch/svn.py     (revision 802)
> +++ bitbake-1.8/lib/bb/fetch/svn.py     (working copy)
> @@ -135,7 +135,7 @@
> 
>          os.chdir(pkgdir)
>          # tar them up to a defined filename
> - -        myret = os.system("tar -czf %s %s" % (ud.localpath,
> os.path.basename(ud.module)))
> +        myret = os.system("tar -czf %s %s" % (ud.localpath, ud.module))
>          if myret != 0:
>              try:
>                  os.unlink(ud.localpath)
> 

I came across this when clearing some mail backlog and I think the patch
is correct, its now been applied. Sorry for the delay and thanks for the
patch!

(I think the basename is a leftover from the cvs fetcher which probably
can't handle this syntax)

Regards,

Richard

_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to