[oe-commits] org.oe.dev insane.bbclass: remove commented code to unbreak builds

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


insane.bbclass: remove commented code to unbreak builds

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

#
# mt diff -r2c67c0e3db348609b54c18313254b5b36ceebe03 -re7714ad59b19ac11768150cea5a0c5eefc36dcce
#
# 
# 
# patch "classes/insane.bbclass"
#  from [2ab26eb93ef2d03a5a81381ae49f9481f771e18c]
#    to [4b7298d166e14bd1cb864b6603c9a950bb67711f]
# 
============================================================
--- classes/insane.bbclass	2ab26eb93ef2d03a5a81381ae49f9481f771e18c
+++ classes/insane.bbclass	4b7298d166e14bd1cb864b6603c9a950bb67711f
@@ -264,12 +264,6 @@ def package_qa_check_arch(path,name,d):
     if not machine == elf.machine():
         bb.error("Architecture did not match (%d to %d) on %s" %(machine, elf.machine(), package_qa_clean_path(path,d)))
         sane = package_qa_make_fatal_error( 4, name, path, d )
-#    elif not osabi == elf.osAbi():
-#        bb.error("OSABI did not match (%d to %d) on %s" % (osabi, elf.osAbi(), package_qa_clean_path(path,d)))
-#        sane = package_qa_make_fatal_error( 4, name, path, d )
-#    elif not abiversion == elf.abiVersion():
-#        bb.error("ABI version did not match (%d to %d) on %s" % (abiversion, elf.abiVersion(), package_qa_clean_path(path,d)))
-#        sane = package_qa_make_fatal_error( 4, name, path, d )
     elif not littleendian == elf.isLittleEndian():
         bb.error("Endiannes did not match (%d to %d) on %s" % (littleendian, elf.isLittleEndian(), package_qa_clean_path(path,d)))
         sane = package_qa_make_fatal_error( 4, name, path, d )






More information about the Openembedded-commits mailing list