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

Khem Raj raj.khem at gmail.com
Wed Nov 21 10:31:22 PST 2012


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-graphics/mesa/mesa-dri_8.0.4.bbappend  |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend b/common/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend
index 6bfa968..2a49c26 100644
--- a/common/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend
+++ b/common/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend
@@ -8,11 +8,11 @@ python __anonymous () {
     xserver = d.getVar('XSERVER', True)
     if 'emgd-driver-bin' in xserver.split(' '):
         extra_oeconf = d.getVar('EXTRA_OECONF', True).split()
-	take_out = ["--enable-egl", "--enable-gles1", "--enable-gles2"]
-	put_in = ["--disable-egl", "--disable-gles1", "--disable-gles2"]
+        take_out = ["--enable-egl", "--enable-gles1", "--enable-gles2"]
+        put_in = ["--disable-egl", "--disable-gles1", "--disable-gles2"]
         pattern = re.compile("--with-egl-platforms")
         new_extra_oeconf = [ ]
-	for i in extra_oeconf:
+        for i in extra_oeconf:
             if ( i not in take_out ) and ( not pattern.match(i)):
                 new_extra_oeconf.append(i)
         for i in put_in:
-- 
1.7.9.5




More information about the yocto mailing list