mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
@@ -6,8 +6,6 @@
|
|||||||
#
|
#
|
||||||
# Licensed under the MIT license, see COPYING.MIT for details
|
# Licensed under the MIT license, see COPYING.MIT for details
|
||||||
|
|
||||||
inherit base
|
|
||||||
|
|
||||||
ERR_REPORT_DIR ?= "${LOG_DIR}/error-report"
|
ERR_REPORT_DIR ?= "${LOG_DIR}/error-report"
|
||||||
|
|
||||||
def errorreport_getdata(e):
|
def errorreport_getdata(e):
|
||||||
|
|||||||
Reference in New Issue
Block a user