summaryrefslogtreecommitdiffstats
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:41 +0100
commit0c39b42cb16ad25dee00b0b8a97ef4c64dfefb09 (patch)
treebb2403ff099ec8cc5730c0ba39da7350a6c573e4
parent6cd8032e359932d46b3dd8351b7a77f0270a0c7d (diff)
downloadpoky-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>
-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):