From fafeb381c48291fa65c634c01c244843c8d7fad3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 7 May 2013 13:55:53 +0100 Subject: classes/recipes/lib: Fix various python whitespace issues There are some left over tab characters in the python functions. This removes them and resolves python 3 errors. Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-kernel/linux-libc-headers') diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc index 962ca757cd..96fe2ffd62 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" python __anonymous () { major = d.getVar("PV",True).split('.')[0] if major == "3": - d.setVar("HEADER_FETCH_VER", "3.0") + d.setVar("HEADER_FETCH_VER", "3.0") else: - d.setVar("HEADER_FETCH_VER", "2.6") + d.setVar("HEADER_FETCH_VER", "2.6") } inherit kernel-arch -- cgit 1.2.3-korg