diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2017-07-26 10:20:35 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-27 15:14:20 +0100 |
commit | 0342c4270e8913ee967cc29f1c32304ea9edb1d0 (patch) | |
tree | 2c5bfa9051abc09c1ecaa6085ba37cc8f1791717 | |
parent | c6c1823ef2b410a42ef5b08765d45e7fd1c1efec (diff) | |
download | poky-0342c4270e8913ee967cc29f1c32304ea9edb1d0.tar.gz |
bitbake: lib/fetch2/__init__.py: Fix unpack comment
(Bitbake rev: b8f477de204ab5d0680b2b7c42370d13395be46c)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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: |