diff options
-rw-r--r-- | meta/classes/base.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index d0793b671e..1f3249d248 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -485,6 +485,7 @@ python () { | |||
485 | # If we're building a target package we need to use fakeroot (pseudo) | 485 | # If we're building a target package we need to use fakeroot (pseudo) |
486 | # in order to capture permissions, owners, groups and special files | 486 | # in order to capture permissions, owners, groups and special files |
487 | if not bb.data.inherits_class('native', d) and not bb.data.inherits_class('cross', d): | 487 | if not bb.data.inherits_class('native', d) and not bb.data.inherits_class('cross', d): |
488 | d.setVarFlag('do_unpack', 'umask', 022) | ||
488 | d.setVarFlag('do_configure', 'umask', 022) | 489 | d.setVarFlag('do_configure', 'umask', 022) |
489 | d.setVarFlag('do_compile', 'umask', 022) | 490 | d.setVarFlag('do_compile', 'umask', 022) |
490 | d.appendVarFlag('do_install', 'depends', ' virtual/fakeroot-native:do_populate_sysroot') | 491 | d.appendVarFlag('do_install', 'depends', ' virtual/fakeroot-native:do_populate_sysroot') |