diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-09 09:35:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-10 22:43:41 +0100 |
commit | 0c39b42cb16ad25dee00b0b8a97ef4c64dfefb09 (patch) | |
tree | bb2403ff099ec8cc5730c0ba39da7350a6c573e4 /meta/classes | |
parent | 6cd8032e359932d46b3dd8351b7a77f0270a0c7d (diff) | |
download | poky-0c39b42cb16ad25dee00b0b8a97ef4c64dfefb09.tar.gz |
report-error: Drop pointless inherit
The base class is always inherited, drop the unneeded inherit.
(From OE-Core rev: 837d62c066589e5a12a0bf894ae7b24e8b048665)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/report-error.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/report-error.bbclass b/meta/classes/report-error.bbclass index 9cb6b0bd31..de48e4ff0f 100644 --- a/meta/classes/report-error.bbclass +++ b/meta/classes/report-error.bbclass | |||
@@ -6,8 +6,6 @@ | |||
6 | # | 6 | # |
7 | # Licensed under the MIT license, see COPYING.MIT for details | 7 | # Licensed under the MIT license, see COPYING.MIT for details |
8 | 8 | ||
9 | inherit base | ||
10 | |||
11 | ERR_REPORT_DIR ?= "${LOG_DIR}/error-report" | 9 | ERR_REPORT_DIR ?= "${LOG_DIR}/error-report" |
12 | 10 | ||
13 | def errorreport_getdata(e): | 11 | def errorreport_getdata(e): |