From: Marcin Juszkiewicz Date: Tue, 20 Feb 2007 13:49:43 +0000 (+0000) Subject: insane.bbclass: reformatting X-Git-Tag: Release-2010-05/1~9195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f237fbbcfaf944f2e5e29178072365247eb2e873;p=openembedded.git insane.bbclass: reformatting --- 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),