summaryrefslogtreecommitdiffstats
path: root/meta/classes
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-10 22:43:16 +0100
commit837d62c066589e5a12a0bf894ae7b24e8b048665 (patch)
tree1db19327be21544a2c695852ea984c10daf67675 /meta/classes
parent8e8cc9fa09b3ee1faed19d18ecf61dd06ae8c620 (diff)
downloadopenembedded-core-837d62c066589e5a12a0bf894ae7b24e8b048665.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>
Diffstat (limited to 'meta/classes')
-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):