insane.bbclass: reformatting
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 20 Feb 2007 13:49:43 +0000 (13:49 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 20 Feb 2007 13:49:43 +0000 (13:49 +0000)
classes/insane.bbclass

index 16bd3c7..29a090c 100644 (file)
@@ -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),