summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/repo.py
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-11-17 11:55:21 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2011-01-04 14:46:41 +0000
commitd0d67a9fe279d26423494946666a5ca0acc5d66f (patch)
treeced09a3e737f86f6c081a5d8300320eaafb729fe /bitbake/lib/bb/fetch/repo.py
parent814c80f53c29802153120f95dfdb5750e3fb09cc (diff)
downloadpoky-d0d67a9fe279d26423494946666a5ca0acc5d66f.tar.gz
fetch: rename suppports_srcrev to supports_srcrev
osc had it already spelled correctly?! (Bitbake rev: b8bb4433de7a981c6826173e926ca34705c4ac70) Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/fetch/repo.py')
-rw-r--r--bitbake/lib/bb/fetch/repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/repo.py b/bitbake/lib/bb/fetch/repo.py
index 4794796814..bafdb2a179 100644
--- a/bitbake/lib/bb/fetch/repo.py
+++ b/bitbake/lib/bb/fetch/repo.py
@@ -95,7 +95,7 @@ class Repo(Fetch):
95 # Create a cache 95 # Create a cache
96 runfetchcmd("tar --exclude=.repo --exclude=.git -czf %s %s" % (ud.localpath, os.path.join(".", "*") ), d) 96 runfetchcmd("tar --exclude=.repo --exclude=.git -czf %s %s" % (ud.localpath, os.path.join(".", "*") ), d)
97 97
98 def suppports_srcrev(self): 98 def supports_srcrev(self):
99 return False 99 return False
100 100
101 def _build_revision(self, url, ud, d): 101 def _build_revision(self, url, ud, d):