]> code.ossystems Code Review - openembedded-core.git/commit
pseudo_1.7.4.bb: fix f*open()
authorPeter Seebach <peter.seebach@windriver.com>
Tue, 22 Sep 2015 22:59:10 +0000 (17:59 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Sep 2015 10:14:28 +0000 (11:14 +0100)
commitfb6623e7b9f97dcd6749e441185e4183b9953171
tree697241df1a36d955a3d83dc4cc21be02465929b3
parent2ad7308ee7166641eff99f3b9fe6794de143f6bc
pseudo_1.7.4.bb: fix f*open()

The 0600 modes were coming from fopen/freopen/etc., because those
don't specify a filesystem mode (just an access mode like "r" or
"w"). Use 0666 & ~umask. (And then the PSEUDO_FS_MODE macro masks
in the 0600 bits we want to be sure are present.)

Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo_1.7.4.bb [moved from meta/recipes-devtools/pseudo/pseudo_1.7.3.bb with 77% similarity]
meta/recipes-devtools/pseudo/pseudo_git.bb