[oe-commits] Lianhao Lu : gcc: Excluding the DATE/SRCDATE from do_patch dependency.

git at git.openembedded.org git at git.openembedded.org
Tue Feb 21 18:01:44 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 6546096d068b51cc9cf4557cdb35aee6f62838d5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6546096d068b51cc9cf4557cdb35aee6f62838d5

Author: Lianhao Lu <lianhao.lu at intel.com>
Date:   Tue Feb 14 10:57:52 2012 +0800

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 at intel.com>

---

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





More information about the Openembedded-commits mailing list