From ab5eed4af126f136666656776c79174a1dd6bb36 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Tue, 14 Feb 2012 10:57:52 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/gcc') 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" -- cgit v1.2.3-54-g00ecf