[oe-commits] org.oe.dev classes/insane.bbclass: Removal of whitespace and tabs

freyther commit openembedded-commits at lists.openembedded.org
Thu Dec 27 03:33:53 UTC 2007


classes/insane.bbclass: Removal of whitespace and tabs

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 495a38aaf7c6197762ab1963564e1d5efe18dd60
ViewMTN: http://monotone.openembedded.org/revision/info/495a38aaf7c6197762ab1963564e1d5efe18dd60
Files:
1
classes/insane.bbclass
Diffs:

#
# mt diff -r3fc8eea01c5ced14fce38abbf8cd6d2729e52790 -r495a38aaf7c6197762ab1963564e1d5efe18dd60
#
# 
# 
# patch "classes/insane.bbclass"
#  from [c89ab78b14303099a174102687650f7ca13b143f]
#    to [0cde844b521948dd5c8e1186268e8154200e9800]
# 
============================================================
--- classes/insane.bbclass	c89ab78b14303099a174102687650f7ca13b143f
+++ classes/insane.bbclass	0cde844b521948dd5c8e1186268e8154200e9800
@@ -29,7 +29,7 @@ PACKAGEFUNCS += " do_package_qa "
 #
 # dictionary for elf headers
 #
-# feel free to add and correct. 
+# feel free to add and correct.
 #
 #           TARGET_OS  TARGET_ARCH   MACHINE, OSABI, ABIVERSION, Little Endian, 32bit?
 def package_qa_get_machine_dict():
@@ -75,7 +75,7 @@ def package_qa_get_machine_dict():
                         "arm" :       (40,     0,    0,          True,          True),
                         "armeb" :     (40,     0,    0,          False,         True),
                       },
- 
+
        }
 
 # factory for a class, embedded in a method
@@ -279,7 +279,7 @@ def package_qa_check_arch(path,name,d):
     import bb, os
     target_os   = bb.data.getVar('TARGET_OS',   d, True)
     target_arch = bb.data.getVar('TARGET_ARCH', d, True)
-  
+
     # FIXME: Cross package confuse this check, so just skip them
     if bb.data.inherits_class('cross', d) or bb.data.inherits_class('sdk', d):
         return True






More information about the Openembedded-commits mailing list