From f237fbbcfaf944f2e5e29178072365247eb2e873 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 20 Feb 2007 13:49:43 +0000 Subject: [PATCH] insane.bbclass: reformatting --- classes/insane.bbclass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/classes/insane.bbclass b/classes/insane.bbclass index 16bd3c76e8..29a090c16a 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -33,7 +33,8 @@ PACKAGEFUNCS += " do_package_qa " # TARGET_OS TARGET_ARCH MACHINE, OSABI, ABIVERSION, Little Endian def package_qa_get_machine_dict(): return { - "linux" : { "arm" : (40, 97, 0, True), + "linux" : { + "arm" : (40, 97, 0, True), "armeb": (40, 97, 0, False), "powerpc": (20, 0, 0, False), "i386": ( 3, 0, 0, True), @@ -49,7 +50,8 @@ def package_qa_get_machine_dict(): "s390": (22, 0, 0, False), "sparc": ( 2, 0, 0, False), }, - "linux-uclibc" : { "arm" : (40, 97, 0, True), + "linux-uclibc" : { + "arm" : (40, 97, 0, True), "armeb": (40, 97, 0, False), "powerpc": (20, 0, 0, False), "mipsel": ( 8, 0, 0, True), -- 2.39.5