Beispiel #1
0
 def __init__(self):
     if "linux_arm" in util.get_systype():
         del self.PACKAGES['toolchain-gccarmlinuxgnueabi']
     BasePlatform.__init__(self)
Beispiel #2
0
 def __init__(self):
     if get_systype() == "linux_i686":
         del self.PACKAGES['toolchain-gcclinux32']
     BasePlatform.__init__(self)
Beispiel #3
0
 def __init__(self):
     if get_systype() == "linux_x86_64":
         del self.PACKAGES['toolchain-gcclinux64']
     BasePlatform.__init__(self)
Beispiel #4
0
 def __init__(self):
     if "linux_arm" in util.get_systype():
         del self.PACKAGES['toolchain-gccarmlinuxgnueabi']
     BasePlatform.__init__(self)
Beispiel #5
0
 def __init__(self):
     if get_systype() == "linux_x86_64":
         del self.PACKAGES['toolchain-gcclinux64']
     BasePlatform.__init__(self)
 def __init__(self):
     if get_systype() == "linux_i686":
         del self.PACKAGES['toolchain-gcclinux32']
     BasePlatform.__init__(self)