From 7bd163e41f6b861448ab19a13ded4b7c48e16641 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 25 Jul 2012 00:31:18 -0700 Subject: gnu-efi_3.0m.bb: Fix tabs with spaces in python snippet This shuts up new bitbake otherwise it warns about this always. Signed-off-by: Khem Raj Signed-off-by: Darren Hart --- common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'common/recipes-bsp') diff --git a/common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb b/common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb index 252d49a1..a0d58233 100644 --- a/common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb +++ b/common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb @@ -17,11 +17,11 @@ SRC_URI[md5sum] = "d0a21125aee56c0c7291ad260e916cb3" S = "${WORKDIR}/gnu-efi-3.0" def gnu_efi_arch(d): - import re - tarch = d.getVar("TARGET_ARCH", True) - if re.match("i[3456789]86", tarch): - return "ia32" - return tarch + import re + tarch = d.getVar("TARGET_ARCH", True) + if re.match("i[3456789]86", tarch): + return "ia32" + return tarch EXTRA_OEMAKE = "'ARCH=${@gnu_efi_arch(d)}' 'CC=${CC}' 'AS=${AS}' 'LD=${LD}' 'AR=${AR}' \ 'RANLIB=${RANLIB}' 'OBJCOPY=${OBJCOPY}' \ -- cgit v1.2.3-54-g00ecf