diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-26 19:35:12 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-26 19:35:12 +0000 |
commit | d41f87692d50924a4c5b27c9f78250605b724860 (patch) | |
tree | 0abdcfd8961c35e73bfc065c642c3a395a12ac14 /classes | |
parent | df105e3b26d2a3acd98a8e70ad8f308fa3ca5c4f (diff) |
classes/insane.bbclass: Removal of whitespace and tabs
Diffstat (limited to 'classes')
-rw-r--r-- | classes/insane.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/insane.bbclass b/classes/insane.bbclass index 473fe6ebbf..c3ba25ff35 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -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 |