]> code.ossystems Code Review - openembedded-core.git/commit
base/gcc-common: Ensure umask setting is consistent for shared workdir
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Nov 2013 11:22:56 +0000 (11:22 +0000)
committerRobert Yang <liezhi.yang@windriver.com>
Sun, 26 Jan 2014 06:07:56 +0000 (14:07 +0800)
commit3e8776e3fc09ba11867457e0be6b4c3a4a01e2c6
tree4119a4daadfeb4d83d4b36f623dc9777b4cdb586
parent8ce99fa4e3868450d7339edf5e8e02bd99117893
base/gcc-common: Ensure umask setting is consistent for shared workdir

gcc has cross and target components with a shared workdir. The unpack umask
settings need to match for all of these. We need to use strings in each
case to ensure the sstate code matches them correctly.

This patch tweaks various things to ensure the change adding the unpack umask
change doesn't break the compiler builds.

(From OE-Core master rev: 67162438ee9c402b23c32853af9d313949eb6e4a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/base.bbclass
meta/recipes-devtools/gcc/gcc-common.inc