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:31 +0000 |
commit | a4a98b6d6273d4e716afbff0880d0ac2ff7be0a9 (patch) | |
tree | c5dd7688d398ce220dd1a7e97673b032bdf14915 /meta/recipes-devtools/gcc | |
parent | 0de85d2ca3bc9674323302a35995dfddb6044a71 (diff) | |
download | openembedded-core-a4a98b6d6273d4e716afbff0880d0ac2ff7be0a9.tar.gz openembedded-core-a4a98b6d6273d4e716afbff0880d0ac2ff7be0a9.tar.bz2 openembedded-core-a4a98b6d6273d4e716afbff0880d0ac2ff7be0a9.tar.xz openembedded-core-a4a98b6d6273d4e716afbff0880d0ac2ff7be0a9.zip |
gcc-common.inc: Fix comment
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 5ba68a094..e89a7c0e9 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 do_headerfix[vardepvalue] = "PATH" # We need to ensure that for the shared work directory, the do_patch singatures match -The real WORKDIR location isn't a dependency for the shared workdir. +# The real WORKDIR location isn't a dependency for the shared workdir. src_patches[vardepsexclude] = "WORKDIR" |