aboutsummaryrefslogtreecommitdiffstats
path: root/classes/insane.bbclass
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-02-20 13:49:43 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-02-20 13:49:43 +0000
commitf237fbbcfaf944f2e5e29178072365247eb2e873 (patch)
tree5afa6ba0159cebe7041ef4a625c366169c1fced1 /classes/insane.bbclass
parentd3b37fa5a7d102a6fd1629cb85d737c9da6c4e48 (diff)
downloadopenembedded-f237fbbcfaf944f2e5e29178072365247eb2e873.tar.gz
insane.bbclass: reformatting
Diffstat (limited to 'classes/insane.bbclass')
-rw-r--r--classes/insane.bbclass6
1 files changed, 4 insertions, 2 deletions
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),