| Submitter | Lianhao Lu |
|---|---|
| Date | Feb. 14, 2012, 3:09 a.m. |
| Message ID | <4359cc88b26c9179836eaa196ea6842009a53cc5.1329188674.git.lianhao.lu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/21221/ |
| State | Accepted |
| Commit | 6546096d068b51cc9cf4557cdb35aee6f62838d5 |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index 57668f9..df6021a 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"
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> --- meta/recipes-devtools/gcc/gcc-common.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)