Files
poky/bitbake/lib/bb
Mark Hatle a1f79a7896 runqueue.py: Add umask task control
The umask for a task can now be set as:

task[umask] = 022
task[umask] = '022'

If specified as a text string, it must be octal.  (This is due to
recipe parsing where it's always set to a string.)

[RP tweaked to use None instead of -1]
(Bitbake rev: a5caaaaba8f0db1af5d8f2e610021d6d4b56894e)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-24 12:23:12 +01:00
..
2011-06-09 22:44:55 +01:00
2011-06-24 12:23:12 +01:00
2011-05-07 08:49:28 +01:00
2010-07-02 15:41:37 +01:00
2011-06-08 20:38:25 +01:00