diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-02-14 10:57:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-21 17:46:58 +0000 |
commit | 6546096d068b51cc9cf4557cdb35aee6f62838d5 (patch) | |
tree | 2ad9411359e0471d81dcadd6fd9773bf2b717f3c /meta/recipes-devtools | |
parent | 4771f4af5926d724958ba7cf46b937c53babfc7c (diff) | |
download | openembedded-core-6546096d068b51cc9cf4557cdb35aee6f62838d5.tar.gz openembedded-core-6546096d068b51cc9cf4557cdb35aee6f62838d5.tar.bz2 openembedded-core-6546096d068b51cc9cf4557cdb35aee6f62838d5.zip |
gcc: Excluding the DATE/SRCDATE from do_patch dependency.
Corrected the error introduced by commit afb400e of dropping
DATE/SRCDATE out of the vardepsexlude list of do_patch.
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-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 57668f918f..df6021ae61 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc @@ -109,4 +109,4 @@ 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. src_patches[vardepsexclude] = "WORKDIR" -should_apply[vardepsexclude] = "PN" +should_apply[vardepsexclude] += "PN" |