summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/ptest.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/ptest.bbclass b/meta/classes/ptest.bbclass
index c19f65b9bb..9d8a79854a 100644
--- a/meta/classes/ptest.bbclass
+++ b/meta/classes/ptest.bbclass
@@ -59,6 +59,7 @@ addtask install_ptest_base after do_install before do_package do_populate_sy
59python () { 59python () {
60 if not bb.data.inherits_class('native', d) and not bb.data.inherits_class('cross', d): 60 if not bb.data.inherits_class('native', d) and not bb.data.inherits_class('cross', d):
61 d.setVarFlag('do_install_ptest_base', 'fakeroot', '1') 61 d.setVarFlag('do_install_ptest_base', 'fakeroot', '1')
62 d.setVarFlag('do_install_ptest_base', 'umask', '022')
62 63
63 # Remove all '*ptest_base' tasks when ptest is not enabled 64 # Remove all '*ptest_base' tasks when ptest is not enabled
64 if not(d.getVar('PTEST_ENABLED') == "1"): 65 if not(d.getVar('PTEST_ENABLED') == "1"):