]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: lib/fetch2/__init__.py: Fix unpack comment
authorMark Hatle <mark.hatle@windriver.com>
Wed, 26 Jul 2017 15:20:35 +0000 (10:20 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jul 2017 14:14:20 +0000 (15:14 +0100)
(Bitbake rev: b8f477de204ab5d0680b2b7c42370d13395be46c)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py

index a78279cb933c73a99465495f0f53d4c797648ddd..bd23533ebc0e1bfcaa775f5c12df5f392399d95a 100644 (file)
@@ -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: