On Thu, 2012-03-29 at 08:24 +0200, Martin Jansa wrote: > * indentation was with spaces and tabs, unify to use tabs instead of > spaces, because "python populate_packages" expects tabs (or 8 spaces) > and we're doing populate_packages_preppend here > > Signed-off-by: Martin Jansa <[email protected]> > --- > meta/classes/kernel.bbclass | 38 +++++++++++++++++++------------------- > 1 files changed, 19 insertions(+), 19 deletions(-)
FWIW, we're supposed to be using tabs for shell code and spaces (4) for python. Unfortunately populate_package() is special due to the number of places we append/prepend it and the need to be consistent with whitespace. I'm therefore not sure it makes sense to re-indent the anonymous python. Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
