Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] staging: add missing import errno to staging_populate_sysroot_dir
@ 2017-08-23 12:16 Marko, Peter
  2017-08-23 13:04 ` ✗ patchtest: failure for " Patchwork
  2017-08-24 10:50 ` [PATCH] " Marko, Peter
  0 siblings, 2 replies; 6+ messages in thread
From: Marko, Peter @ 2017-08-23 12:16 UTC (permalink / raw)
  To: openembedded-core

Fixes error "Exception: NameError: name 'errno' is not defined"
during build-sysroots.bb:do_build_target_sysroot

Signed-off-by: Marko, Peter <peter.marko@siemens.com>
---
 meta/classes/staging.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 162c8e9..9d3d2ad 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -177,6 +177,7 @@ def staging_processfixme(fixme, target, recipesysroot, recipesysrootnative, d):
 def staging_populate_sysroot_dir(targetsysroot, nativesysroot, native, d):
     import glob
     import subprocess
+    import errno
 
     fixme = []
     postinsts = []
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-08-24 15:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-23 12:16 [PATCH] staging: add missing import errno to staging_populate_sysroot_dir Marko, Peter
2017-08-23 13:04 ` ✗ patchtest: failure for " Patchwork
2017-08-23 14:03   ` Marko, Peter
2017-08-23 14:56     ` Leonardo Sandoval
2017-08-24 10:50 ` [PATCH] " Marko, Peter
2017-08-24 15:08   ` Sandoval Gonzalez, Leonardo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox