diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/fetch2/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
1738 | 1738 | ||
1739 | def unpack(self, root, urls=None): | 1739 | def unpack(self, root, urls=None): |
1740 | """ | 1740 | """ |
1741 | Check all urls exist upstream | 1741 | Unpack urls to root |
1742 | """ | 1742 | """ |
1743 | 1743 | ||
1744 | if not urls: | 1744 | if not urls: |