mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
staging: add missing import errno to staging_populate_sysroot_dir
Fixes error "Exception: NameError: name 'errno' is not defined" during build-sysroots.bb:do_build_target_sysroot (From OE-Core rev: b1e482ae20b9c714f4089d4da6470d041242e441) Signed-off-by: Marko, Peter <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
58057d8749
commit
859e78cbc7
@@ -177,6 +177,7 @@ def staging_processfixme(fixme, target, recipesysroot, recipesysrootnative, d):
|
|||||||
def staging_populate_sysroot_dir(targetsysroot, nativesysroot, native, d):
|
def staging_populate_sysroot_dir(targetsysroot, nativesysroot, native, d):
|
||||||
import glob
|
import glob
|
||||||
import subprocess
|
import subprocess
|
||||||
|
import errno
|
||||||
|
|
||||||
fixme = []
|
fixme = []
|
||||||
postinsts = []
|
postinsts = []
|
||||||
|
|||||||
Reference in New Issue
Block a user