[oe-commits] [bitbake] 02/03: lib/fetch2/__init__.py: Fix unpack comment

git at git.openembedded.org git at git.openembedded.org
Thu Jul 27 14:14:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository bitbake.

commit b8f477de204ab5d0680b2b7c42370d13395be46c
Author: Mark Hatle <mark.hatle at windriver.com>
AuthorDate: Wed Jul 26 10:20:35 2017 -0500

    lib/fetch2/__init__.py: Fix unpack comment
    
    Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/fetch2/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/fetch2/__init__.py b/lib/bb/fetch2/__init__.py
index a78279c..bd23533 100644
--- a/lib/bb/fetch2/__init__.py
+++ b/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:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list