Re: [yocto] [meta-intel][danny][PATCH V2] mesa-dri_8.0.4.bbappend: Remove tabs from python code

2012-11-21 Thread Tom Zanussi
On Wed, 2012-11-21 at 12:36 -0800, Khem Raj wrote: > check for xserver to be non-empty before using it > fixed errors like > > ERROR: Failed to parse recipe: > /b/kraj/yocto/poky/meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb > ERROR: Error executing a python function in : > AttributeError: 'NoneTyp

[yocto] [meta-intel][danny][PATCH V2] mesa-dri_8.0.4.bbappend: Remove tabs from python code

2012-11-21 Thread Khem Raj
check for xserver to be non-empty before using it fixed errors like ERROR: Failed to parse recipe: /b/kraj/yocto/poky/meta/recipes-graphics/mesa/mesa-dri_8.0.4.bb ERROR: Error executing a python function in : AttributeError: 'NoneType' object has no attribute 'split' Signed-off-by: Khem Raj ---