From c3d18afaa54fe81aef80e45ec3564f7318dd4966 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 7 May 2013 13:55:53 +0100 Subject: classes/recipes/lib: Fix various python whitespace issues There are some left over tab characters in the python functions. This removes them and resolves python 3 errors. (From OE-Core rev: fafeb381c48291fa65c634c01c244843c8d7fad3) Signed-off-by: Richard Purdie --- meta/recipes-devtools/cmake/cmake_2.8.10.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/cmake') diff --git a/meta/recipes-devtools/cmake/cmake_2.8.10.2.bb b/meta/recipes-devtools/cmake/cmake_2.8.10.2.bb index ce398dd..65f75b4 100644 --- a/meta/recipes-devtools/cmake/cmake_2.8.10.2.bb +++ b/meta/recipes-devtools/cmake/cmake_2.8.10.2.bb @@ -17,11 +17,11 @@ python () { docdir=d.getVar("docdir", True) if not docdir.startswith(prefix): - raise bb.build.FuncFailed('docdir must contain prefix as its prefix') + raise bb.build.FuncFailed('docdir must contain prefix as its prefix') docdir_stripped = docdir[len(prefix):] if len(docdir_stripped) > 0 and docdir_stripped[0] == '/': - docdir_stripped = docdir_stripped[1:] + docdir_stripped = docdir_stripped[1:] d.setVar("docdir_stripped", docdir_stripped) } -- cgit v1.1