summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorPeter Seebach <peter.seebach@windriver.com>2015-09-22 17:59:10 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-24 17:54:23 +0100
commit42dc9024d8e659c64d21dbf8032a6e527b184343 (patch)
treeaa6404e9cdf90b4b658de1c5b8972613a323020a /meta/recipes-support
parent9f66aa1a11b5b45280aa41bf4517ec56ee5f2ab2 (diff)
downloadpoky-42dc9024d8e659c64d21dbf8032a6e527b184343.tar.gz
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.) (From OE-Core rev: fb6623e7b9f97dcd6749e441185e4183b9953171) Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
0 files changed, 0 insertions, 0 deletions