diff options
| -rw-r--r-- | meta/classes/utility-tasks.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/utility-tasks.bbclass b/meta/classes/utility-tasks.bbclass index 7bc584abb9..7ba56e28ae 100644 --- a/meta/classes/utility-tasks.bbclass +++ b/meta/classes/utility-tasks.bbclass | |||
| @@ -47,7 +47,7 @@ python do_checkuri() { | |||
| 47 | fetcher = bb.fetch2.Fetch(src_uri, d) | 47 | fetcher = bb.fetch2.Fetch(src_uri, d) |
| 48 | fetcher.checkstatus() | 48 | fetcher.checkstatus() |
| 49 | except bb.fetch2.BBFetchException as e: | 49 | except bb.fetch2.BBFetchException as e: |
| 50 | raise bb.build.FuncFailed(e) | 50 | bb.fatal(str(e)) |
| 51 | } | 51 | } |
| 52 | 52 | ||
| 53 | addtask checkuriall after do_checkuri | 53 | addtask checkuriall after do_checkuri |
