From: Mark Hatle Date: Wed, 26 Jul 2017 15:20:35 +0000 (-0500) Subject: bitbake: lib/fetch2/__init__.py: Fix unpack comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0342c4270e8913ee967cc29f1c32304ea9edb1d0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: lib/fetch2/__init__.py: Fix unpack comment (Bitbake rev: b8f477de204ab5d0680b2b7c42370d13395be46c) Signed-off-by: Mark Hatle Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index a78279cb933..bd23533ebc0 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py @@ -1738,7 +1738,7 @@ class Fetch(object): def unpack(self, root, urls=None): """ - Check all urls exist upstream + Unpack urls to root """ if not urls: