[bitbake-devel] [PATCH 2/2] lib/fetch2/__init__.py: Fix unpack comment

Mark Hatle mark.hatle at windriver.com
Wed Jul 26 15:20:35 UTC 2017


Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
---
 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:
-- 
1.8.3.1




More information about the bitbake-devel mailing list