summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-02 14:10:08 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-02 14:10:08 +0000
commite223238b1b88c9b6888972b7944b3854319e4928 (patch)
treeae78533078bd8e7382d50778cec144541eae65f6 /bitbake/lib/bb/fetch
parent1cf731b1e3bb125449c2ef4e1194b6bf69e7b667 (diff)
downloadpoky-e223238b1b88c9b6888972b7944b3854319e4928.tar.gz
bitbake: Update to latest bitbake-1.8 branch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2651 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib/bb/fetch')
-rw-r--r--bitbake/lib/bb/fetch/svn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/svn.py b/bitbake/lib/bb/fetch/svn.py
index af8543ab34..95b21fe20c 100644
--- a/bitbake/lib/bb/fetch/svn.py
+++ b/bitbake/lib/bb/fetch/svn.py
@@ -163,7 +163,7 @@ class Svn(Fetch):
163 os.chdir(ud.pkgdir) 163 os.chdir(ud.pkgdir)
164 # tar them up to a defined filename 164 # tar them up to a defined filename
165 try: 165 try:
166 runfetchcmd("tar -czf %s %s" % (ud.localpath, os.path.basename(ud.module)), d) 166 runfetchcmd("tar -czf %s %s" % (ud.localpath, ud.module), d)
167 except: 167 except:
168 t, v, tb = sys.exc_info() 168 t, v, tb = sys.exc_info()
169 try: 169 try: