generic-poky/meta/recipes-devtools/pseudo
Peter Seebach 42dc9024d8 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>
2015-09-24 17:54:23 +01:00
..
files pseudo: remove older version and patches 2014-12-03 12:23:58 +00:00
pseudo.inc pseudo: Exclude SITEINFO_BITS from checksums 2015-07-09 18:00:17 +01:00
pseudo_1.6.7.bb pseudo: fix upstream SRC_URI to enable upstream version check 2015-08-01 07:34:07 +01:00
pseudo_1.7.4.bb pseudo_1.7.4.bb: fix f*open() 2015-09-24 17:54:23 +01:00
pseudo_git.bb pseudo_1.7.4.bb: fix f*open() 2015-09-24 17:54:23 +01:00