Re: [yocto] [PATCH 6/6] gnu-efi: fix whitespace usage

2012-07-26 Thread Darren Hart
On 07/23/2012 03:06 AM, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > the use of tabs was causing bitbake warnings. TO avoid these warnings The To , > converted tags into space which is also the recommended indenting

[yocto] [PATCH 6/6] gnu-efi: fix whitespace usage

2012-07-24 Thread nitin . a . kamble
From: Nitin A Kamble the use of tabs was causing bitbake warnings. TO avoid these warnings converted tags into space which is also the recommended indenting for python code. Signed-off-by: Nitin A Kamble --- common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb | 10 +- 1 files changed, 5 inser