mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
classes: Drop Handled/NotHandled eventhandler keywords, they don't do anything
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -312,9 +312,8 @@ def check_sanity(e):
|
||||
|
||||
addhandler check_sanity_eventhandler
|
||||
python check_sanity_eventhandler() {
|
||||
from bb.event import Handled, NotHandled
|
||||
if bb.event.getName(e) == "ConfigParsed" and bb.data.getVar("BB_WORKERCONTEXT", e.data, True) != "1":
|
||||
check_sanity(e)
|
||||
|
||||
return NotHandled
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user