[oe-commits] [openembedded-core] 08/92: ptest: Reproducibility: Take control of umask

git at git.openembedded.org git at git.openembedded.org
Tue Jan 8 20:19:26 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch thud
in repository openembedded-core.

commit 6cbc54790d9a0784fb0df4772aa38392ddea682b
Author: Douglas Royds <douglas.royds at taitradio.com>
AuthorDate: Thu Nov 22 18:39:42 2018 +1300

    ptest: Reproducibility: Take control of umask
    
    The build host umask was leaking into the thing-ptest packages
    at do_install_ptest() time.
    
    (From OE-Core rev: 891343e8ba6490ca3e1876c892269b611ddc7877)
    
    Signed-off-by: Douglas Royds <douglas.royds at taitradio.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/classes/ptest.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/ptest.bbclass b/meta/classes/ptest.bbclass
index c19f65b..9d8a798 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
 python () {
     if not bb.data.inherits_class('native', d) and not bb.data.inherits_class('cross', d):
         d.setVarFlag('do_install_ptest_base', 'fakeroot', '1')
+        d.setVarFlag('do_install_ptest_base', 'umask', '022')
 
     # Remove all '*ptest_base' tasks when ptest is not enabled
     if not(d.getVar('PTEST_ENABLED') == "1"):

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list