]> code.ossystems Code Review - openembedded-core.git/commitdiff
report-error: Drop pointless inherit
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Jul 2021 08:35:13 +0000 (09:35 +0100)
committerSteve Sakoman <steve@sakoman.com>
Sun, 11 Jul 2021 16:19:43 +0000 (06:19 -1000)
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>
meta/classes/report-error.bbclass

index 9cb6b0bd31d44ed6a29ca0a535eee3340bbde9b6..de48e4ff0f529841d79ac5783b744f932693d8c3 100644 (file)
@@ -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):