From 0342c4270e8913ee967cc29f1c32304ea9edb1d0 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 26 Jul 2017 10:20:35 -0500 Subject: bitbake: lib/fetch2/__init__.py: Fix unpack comment (Bitbake rev: b8f477de204ab5d0680b2b7c42370d13395be46c) Signed-off-by: Mark Hatle Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index a78279cb93..bd23533ebc 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: -- cgit v1.2.3-54-g00ecf