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