[oe-commits] org.oe.dev insane.bbclass: reformatting

hrw commit openembedded-commits at lists.openembedded.org
Tue Feb 20 14:09:18 UTC 2007


insane.bbclass: reformatting

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 2c67c0e3db348609b54c18313254b5b36ceebe03
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2c67c0e3db348609b54c18313254b5b36ceebe03
Files:
1
classes/insane.bbclass
Diffs:

#
# mt diff -r46f94374efbb86d686b62328ed68ddf6181b1694 -r2c67c0e3db348609b54c18313254b5b36ceebe03
#
# 
# 
# patch "classes/insane.bbclass"
#  from [e4149c678a81ff1dd282a6142acc0e670cd48f0e]
#    to [2ab26eb93ef2d03a5a81381ae49f9481f771e18c]
# 
============================================================
--- classes/insane.bbclass	e4149c678a81ff1dd282a6142acc0e670cd48f0e
+++ classes/insane.bbclass	2ab26eb93ef2d03a5a81381ae49f9481f771e18c
@@ -33,7 +33,8 @@ def package_qa_get_machine_dict():
 #           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),






More information about the Openembedded-commits mailing list