From: Richard Purdie Date: Fri, 9 Jul 2021 08:35:13 +0000 (+0100) Subject: report-error: Drop pointless inherit X-Git-Tag: uninative-3.3~267 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=837d62c066589e5a12a0bf894ae7b24e8b048665;p=openembedded-core.git report-error: Drop pointless inherit The base class is always inherited, drop the unneeded inherit. Signed-off-by: Richard Purdie --- 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):