summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-common.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-29 11:22:56 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-29 11:24:48 +0000
commit7b9f4b2cd0fe6dc9a536a2db98ed93ffa8c05a8f (patch)
tree6c9c5a15ecf63cc65680aecece7c427f289c7f74 /meta/recipes-devtools/gcc/gcc-common.inc
parent80d522a5bc694fdb8b8a53ad4aa36410f3612c6b (diff)
downloadpoky-7b9f4b2cd0fe6dc9a536a2db98ed93ffa8c05a8f.tar.gz
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 rev: 67162438ee9c402b23c32853af9d313949eb6e4a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-common.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc
index dcb22babdf..cc0ab2afbd 100644
--- a/meta/recipes-devtools/gcc/gcc-common.inc
+++ b/meta/recipes-devtools/gcc/gcc-common.inc
@@ -90,6 +90,7 @@ do_patch[stamp-base] = "${SS}"
90SSCLEAN = "${TMPDIR}/stamps/work-shared/gcc-[0-9]*-*" 90SSCLEAN = "${TMPDIR}/stamps/work-shared/gcc-[0-9]*-*"
91do_fetch[stamp-base-clean] = "${SSCLEAN}" 91do_fetch[stamp-base-clean] = "${SSCLEAN}"
92do_unpack[stamp-base-clean] = "${SSCLEAN}" 92do_unpack[stamp-base-clean] = "${SSCLEAN}"
93do_unpack[umask] = "022"
93do_patch[stamp-base-clean] = "${SSCLEAN}" 94do_patch[stamp-base-clean] = "${SSCLEAN}"
94 95
95# SW means Shared Work directory 96# SW means Shared Work directory