mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
classes/recipes/lib: Fix various python whitespace issues
There are some left over tab characters in the python functions. This removes them and resolves python 3 errors. (From OE-Core rev: fafeb381c48291fa65c634c01c244843c8d7fad3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -5,7 +5,7 @@ python multilib_virtclass_handler_global () {
|
||||
if isinstance(e, bb.event.RecipePreFinalise):
|
||||
for v in e.data.getVar("MULTILIB_VARIANTS", True).split():
|
||||
if e.data.getVar("TARGET_VENDOR_virtclass-multilib-" + v, False) is None:
|
||||
e.data.setVar("TARGET_VENDOR_virtclass-multilib-" + v, e.data.getVar("TARGET_VENDOR", False) + "ml" + v)
|
||||
e.data.setVar("TARGET_VENDOR_virtclass-multilib-" + v, e.data.getVar("TARGET_VENDOR", False) + "ml" + v)
|
||||
|
||||
variant = e.data.getVar("BBEXTENDVARIANT", True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user