From 6c611d697f9c03867c938cba1b481f38eebed8bf Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Mon, 13 Feb 2017 06:50:29 -0500 Subject: bitbake: fetch2: Rename "setup_revisons" to "setup_revisions" For spelling's sake, rename Python routine "setup_revisons" to "setup_revisions." (Bitbake rev: 4df59b027c02ef39d72476251ccd3fd62fc20bf6) Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/bzr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/fetch2/bzr.py') diff --git a/bitbake/lib/bb/fetch2/bzr.py b/bitbake/lib/bb/fetch2/bzr.py index 72264afb5a..0f1c420ef7 100644 --- a/bitbake/lib/bb/fetch2/bzr.py +++ b/bitbake/lib/bb/fetch2/bzr.py @@ -45,7 +45,7 @@ class Bzr(FetchMethod): relpath = self._strip_leading_slashes(ud.path) ud.pkgdir = os.path.join(data.expand('${BZRDIR}', d), ud.host, relpath) - ud.setup_revisons(d) + ud.setup_revisions(d) if not ud.revision: ud.revision = self.latest_revision(ud, d) -- cgit v1.2.3-54-g00ecf