summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/base.bbclass')
-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 1636c6ef93..d6f566a413 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -476,6 +476,7 @@ python () {
476 # If we're building a target package we need to use fakeroot (pseudo) 476 # If we're building a target package we need to use fakeroot (pseudo)
477 # in order to capture permissions, owners, groups and special files 477 # in order to capture permissions, owners, groups and special files
478 if not bb.data.inherits_class('native', d) and not bb.data.inherits_class('cross', d): 478 if not bb.data.inherits_class('native', d) and not bb.data.inherits_class('cross', d):
479 d.appendVarFlag('do_prepare_recipe_sysroot', 'depends', ' virtual/fakeroot-native:do_populate_sysroot')
479 d.setVarFlag('do_unpack', 'umask', '022') 480 d.setVarFlag('do_unpack', 'umask', '022')
480 d.setVarFlag('do_configure', 'umask', '022') 481 d.setVarFlag('do_configure', 'umask', '022')
481 d.setVarFlag('do_compile', 'umask', '022') 482 d.setVarFlag('do_compile', 'umask', '022')