]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 10 Jul 2021 21:43:16 +0000 (22:43 +0100)
The base class is always inherited, drop the unneeded inherit.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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):