diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-common.inc')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-common.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index ed41b0ff8a..5ba68a094c 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
| @@ -105,3 +105,7 @@ do_headerfix () { | |||
| 105 | addtask headerfix after do_unpack before do_patch | 105 | addtask headerfix after do_unpack before do_patch |
| 106 | 106 | ||
| 107 | do_headerfix[vardepvalue] = "PATH" | 107 | do_headerfix[vardepvalue] = "PATH" |
| 108 | |||
| 109 | # We need to ensure that for the shared work directory, the do_patch singatures match | ||
| 110 | The real WORKDIR location isn't a dependency for the shared workdir. | ||
| 111 | src_patches[vardepsexclude] = "WORKDIR" | ||
