diff options
-rw-r--r-- | meta/classes/sanity.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 15998755c1..d3bf05a803 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -226,7 +226,7 @@ def check_create_long_filename(filepath, pathname): | |||
226 | 226 | ||
227 | def check_path_length(filepath, pathname, limit): | 227 | def check_path_length(filepath, pathname, limit): |
228 | if len(filepath) > limit: | 228 | if len(filepath) > limit: |
229 | return "The length of %s is longer than 410, this would cause unexpected errors, please use a shorter path.\n" % pathname | 229 | return "The length of %s is longer than 410, this would cause unexpected errors, please use a shorter path.\n" % pathname |
230 | return "" | 230 | return "" |
231 | 231 | ||
232 | def check_connectivity(d): | 232 | def check_connectivity(d): |