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 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 | ||