diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 14:38:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 14:38:39 +0000 |
commit | 6b2cb8280211d2e28ce75d6a107f99a3fa7868ae (patch) | |
tree | 1fe3e0db0e3ae53ac2019667936073210139a41f /meta/recipes-devtools/gcc | |
parent | ef3c1dd3567be5b975ffa709296b5e9660e4bbb1 (diff) | |
download | poky-6b2cb8280211d2e28ce75d6a107f99a3fa7868ae.tar.gz |
gcc-common.inc: Fix comment
(From OE-Core rev: a4a98b6d6273d4e716afbff0880d0ac2ff7be0a9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index 5ba68a094c..e89a7c0e97 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
@@ -107,5 +107,5 @@ addtask headerfix after do_unpack before do_patch | |||
107 | do_headerfix[vardepvalue] = "PATH" | 107 | do_headerfix[vardepvalue] = "PATH" |
108 | 108 | ||
109 | # We need to ensure that for the shared work directory, the do_patch singatures match | 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. | 110 | # The real WORKDIR location isn't a dependency for the shared workdir. |
111 | src_patches[vardepsexclude] = "WORKDIR" | 111 | src_patches[vardepsexclude] = "WORKDIR" |