summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/base.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index d3184ecf7b..1cea3a2213 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -482,6 +482,7 @@ python () {
482 # If we're building a target package we need to use fakeroot (pseudo) 482 # If we're building a target package we need to use fakeroot (pseudo)
483 # in order to capture permissions, owners, groups and special files 483 # in order to capture permissions, owners, groups and special files
484 if not bb.data.inherits_class('native', d) and not bb.data.inherits_class('cross', d): 484 if not bb.data.inherits_class('native', d) and not bb.data.inherits_class('cross', d):
485 d.appendVarFlag('do_prepare_recipe_sysroot', 'depends', ' virtual/fakeroot-native:do_populate_sysroot')
485 d.setVarFlag('do_unpack', 'umask', '022') 486 d.setVarFlag('do_unpack', 'umask', '022')
486 d.setVarFlag('do_configure', 'umask', '022') 487 d.setVarFlag('do_configure', 'umask', '022')
487 d.setVarFlag('do_compile', 'umask', '022') 488 d.setVarFlag('do_compile', 'umask', '022')