summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2012-02-14 10:57:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-21 17:59:36 +0000
commitab5eed4af126f136666656776c79174a1dd6bb36 (patch)
tree2ec212ecb579511b811d1a92d1ad25710eb99814 /meta/recipes-devtools/gcc
parent2101ea6367fa43826dfbe5604ce5031ce46a4be5 (diff)
downloadpoky-ab5eed4af126f136666656776c79174a1dd6bb36.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-common.inc2
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"
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.
111src_patches[vardepsexclude] = "WORKDIR" 111src_patches[vardepsexclude] = "WORKDIR"
112should_apply[vardepsexclude] = "PN" 112should_apply[vardepsexclude] += "PN"