diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
| -rw-r--r-- | bitbake/lib/bb/cooker.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 6041410575..4197a02314 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -1065,8 +1065,6 @@ class BBCooker: | |||
| 1065 | try: | 1065 | try: |
| 1066 | retval = rq.execute_runqueue() | 1066 | retval = rq.execute_runqueue() |
| 1067 | except runqueue.TaskFailure as exc: | 1067 | except runqueue.TaskFailure as exc: |
| 1068 | for fnid in exc.args: | ||
| 1069 | buildlog.error("'%s' failed" % taskdata.fn_index[fnid]) | ||
| 1070 | failures += len(exc.args) | 1068 | failures += len(exc.args) |
| 1071 | retval = False | 1069 | retval = False |
| 1072 | except SystemExit as exc: | 1070 | except SystemExit as exc: |
| @@ -1106,8 +1104,6 @@ class BBCooker: | |||
| 1106 | try: | 1104 | try: |
| 1107 | retval = rq.execute_runqueue() | 1105 | retval = rq.execute_runqueue() |
| 1108 | except runqueue.TaskFailure as exc: | 1106 | except runqueue.TaskFailure as exc: |
| 1109 | for fnid in exc.args: | ||
| 1110 | buildlog.error("'%s' failed" % taskdata.fn_index[fnid]) | ||
| 1111 | failures += len(exc.args) | 1107 | failures += len(exc.args) |
| 1112 | retval = False | 1108 | retval = False |
| 1113 | except SystemExit as exc: | 1109 | except SystemExit as exc: |
