| ... | ... |
@@ -30,10 +30,10 @@ class PackageBuilder(object): |
| 30 | 30 |
if not returnVal: |
| 31 | 31 |
raise Exception("Unable to prepare build root")
|
| 32 | 32 |
tUtils=ToolChainUtils(self.logName,self.logPath) |
| 33 |
- if isToolChainPackage: |
|
| 34 |
- tUtils.installCoreToolChainPackages(chrootID) |
|
| 35 |
- else: |
|
| 36 |
- tUtils.installToolChain(chrootID) |
|
| 33 |
+# if isToolChainPackage: |
|
| 34 |
+# tUtils.installCoreToolChainPackages(chrootID) |
|
| 35 |
+# else: |
|
| 36 |
+ tUtils.installToolChain(chrootID) |
|
| 37 | 37 |
except Exception as e: |
| 38 | 38 |
if chrootID is not None: |
| 39 | 39 |
self.logger.debug("Deleting chroot: " + chrootID)
|