| Submitter | Martin Jansa |
|---|---|
| Date | Feb. 18, 2013, 11:20 p.m. |
| Message ID | <1361229611-32214-1-git-send-email-Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/44811/ |
| State | Accepted |
| Commit | de3f2367c46a213d07d834c7e874d2a4a0697026 |
| Headers | show |
Comments
Patch
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 22a89ea..94c6ce3 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass @@ -226,7 +226,7 @@ def check_create_long_filename(filepath, pathname): def check_path_length(filepath, pathname, limit): if len(filepath) > limit: - return "The length of %s is longer than 410, this would cause unexpected errors, please use a shorter path.\n" % pathname + return "The length of %s is longer than 410, this would cause unexpected errors, please use a shorter path.\n" % pathname return "" def check_connectivity(d):
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- meta/classes/sanity.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)