summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-09 09:35:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-15 15:27:49 +0100
commit12725e44c1f6217f9d1b337e2d7c0094bd96017b (patch)
tree3aeada3404513263c93a38db71c86372890145a9 /meta
parentb29f819eb5479ed2e45f2cf93337bb097c917b29 (diff)
downloadpoky-12725e44c1f6217f9d1b337e2d7c0094bd96017b.tar.gz
report-error: Drop pointless inherit
The base class is always inherited, drop the unneeded inherit. (From OE-Core rev: cfd74f2bae51413d9c327e0f08ecf751325c2d74) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 837d62c066589e5a12a0bf894ae7b24e8b048665) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/report-error.bbclass2
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
9inherit base
10
11ERR_REPORT_DIR ?= "${LOG_DIR}/error-report" 9ERR_REPORT_DIR ?= "${LOG_DIR}/error-report"
12 10
13def errorreport_getdata(e): 11def errorreport_getdata(e):