diff options
| -rw-r--r-- | meta/classes/staging.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 162c8e9ce4..9d3d2ad9dd 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass | |||
| @@ -177,6 +177,7 @@ def staging_processfixme(fixme, target, recipesysroot, recipesysrootnative, d): | |||
| 177 | def staging_populate_sysroot_dir(targetsysroot, nativesysroot, native, d): | 177 | def staging_populate_sysroot_dir(targetsysroot, nativesysroot, native, d): |
| 178 | import glob | 178 | import glob |
| 179 | import subprocess | 179 | import subprocess |
| 180 | import errno | ||
| 180 | 181 | ||
| 181 | fixme = [] | 182 | fixme = [] |
| 182 | postinsts = [] | 183 | postinsts = [] |
