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.

(From OE-Core rev: 6546096d068b51cc9cf4557cdb35aee6f62838d5)

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Lianhao Lu 2012-02-14 10:57:52 +08:00 committed by Richard Purdie
parent 2101ea6367
commit ab5eed4af1
1 changed files with 1 additions and 1 deletions

View File

@ -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"