]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
runqueue: resurrect the fix in 90c2b6c
authorChris Larson <chris_larson@mentor.com>
Thu, 16 Dec 2010 01:30:07 +0000 (18:30 -0700)
committerChris Larson <chris_larson@mentor.com>
Thu, 16 Dec 2010 01:30:07 +0000 (18:30 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/bb/runqueue.py

index f84d9aa368d1e37987ccaf69b5e5d591bd24953d..7dbf7d18b039c50edcea79800ad100f5b0092276 100644 (file)
@@ -938,7 +938,7 @@ class RunQueueExecute:
         self.build_pipes[result[0]].close()
         del self.build_pipes[result[0]]
         if result[1] != 0:
-            self.task_fail(task, result[1])
+            self.task_fail(task, result[1]>>8)
         else:
             self.task_complete(task)
             self.stats.taskCompleted()