]> code.ossystems Code Review - openembedded-core.git/commit
meta/classes/sstate.bbclass: ensure sstate files have group R/W
authorJoshua Lock <josh@linux.intel.com>
Sat, 12 May 2012 01:22:20 +0000 (18:22 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 May 2012 20:11:25 +0000 (21:11 +0100)
commitdae9ad8a0ba0343e3083694cdcb20f0d02927ad0
tree9b81bba2bcc0b248aec642cce0fab92e616de37c
parentc1c8d2f3cffc540380c0a5fcdda48d64cbec333a
meta/classes/sstate.bbclass: ensure sstate files have group R/W

In order to make sharing sstate files easier chmod them with 0664 permissions so that they are readable and writable by the user and any other members of  their group.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/classes/sstate.bbclass