aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-02-18 23:20:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-19 08:35:42 -0800
commitde3f2367c46a213d07d834c7e874d2a4a0697026 (patch)
tree2d7003abee6833cd2740997e641d02e4ff6002c4
parent79ddb0c33401da442dbaa8e0d73ebacf297d9185 (diff)
downloadopenembedded-core-contrib-de3f2367c46a213d07d834c7e874d2a4a0697026.tar.gz
sanity: check_path_length: replace tab with 8 spaces
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/sanity.bbclass2
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):
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):