summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-09 09:35:13 +0100
committerSteve Sakoman <steve@sakoman.com>2021-07-11 06:19:43 -1000
commitcfd74f2bae51413d9c327e0f08ecf751325c2d74 (patch)
treed5e87709503773dc484ebb851fd22357f98532e7
parent2a692b74f49952636098427ca523bc1590b9d81c (diff)
downloadopenembedded-core-cfd74f2bae51413d9c327e0f08ecf751325c2d74.tar.gz
report-error: Drop pointless inherit
The base class is always inherited, drop the unneeded inherit. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 837d62c066589e5a12a0bf894ae7b24e8b048665) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 @@
#
# Licensed under the MIT license, see COPYING.MIT for details
-inherit base
-
ERR_REPORT_DIR ?= "${LOG_DIR}/error-report"
def errorreport_getdata(e):