diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2013-06-20 11:35:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-20 13:26:57 +0100 |
commit | 3a74f25cf161679fb61dbf782a74d7913e2e77e4 (patch) | |
tree | a4d5df3360f946e5e0f1ad5d69ad3aeb271537c3 | |
parent | d1ad98b64b1d9695b0af2f734786d5e481904b1e (diff) | |
download | poky-3a74f25cf161679fb61dbf782a74d7913e2e77e4.tar.gz |
bitbake: Correct a typo
(Bitbake rev: 087ec3a1b2dde04a8e5ce2943802fccd424ab3f3)
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 7cf13cdec9..6211cd7f5d 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py | |||
@@ -1105,7 +1105,7 @@ class FetchMethod(object): | |||
1105 | def recommends_checksum(self, urldata): | 1105 | def recommends_checksum(self, urldata): |
1106 | """ | 1106 | """ |
1107 | Is the backend on where checksumming is recommended (should warnings | 1107 | Is the backend on where checksumming is recommended (should warnings |
1108 | by displayed if there is no checksum)? | 1108 | be displayed if there is no checksum)? |
1109 | """ | 1109 | """ |
1110 | return False | 1110 | return False |
1111 | 1111 | ||