All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] gcc: Exclude DATE/SRCDATE variable from do_patch dependency
@ 2012-02-14  3:09 Lianhao Lu
  2012-02-14  3:09 ` [PATCH 1/1] gcc: Excluding the DATE/SRCDATE " Lianhao Lu
  2012-02-21 19:05 ` [PATCH 0/1] gcc: Exclude DATE/SRCDATE variable " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Lianhao Lu @ 2012-02-14  3:09 UTC (permalink / raw)
  To: openembedded-core

This patch excludes the variable DATE/SRCDATE from calculation of do_patch task
hash value.

The following changes since commit e5ad03093dfc4364d1407183f458df79f347c7a1:
  Lianhao Lu (1):
        guile: fix cross configure failure

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib llu/gccfix
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/gccfix

Lianhao Lu (1):
  gcc: Excluding the DATE/SRCDATE from do_patch dependency.

 meta/recipes-devtools/gcc/gcc-common.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] gcc: Excluding the DATE/SRCDATE from do_patch dependency.
  2012-02-14  3:09 [PATCH 0/1] gcc: Exclude DATE/SRCDATE variable from do_patch dependency Lianhao Lu
@ 2012-02-14  3:09 ` Lianhao Lu
  2012-02-21 19:05 ` [PATCH 0/1] gcc: Exclude DATE/SRCDATE variable " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Lianhao Lu @ 2012-02-14  3:09 UTC (permalink / raw)
  To: openembedded-core

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(-)

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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] gcc: Exclude DATE/SRCDATE variable from do_patch dependency
  2012-02-14  3:09 [PATCH 0/1] gcc: Exclude DATE/SRCDATE variable from do_patch dependency Lianhao Lu
  2012-02-14  3:09 ` [PATCH 1/1] gcc: Excluding the DATE/SRCDATE " Lianhao Lu
@ 2012-02-21 19:05 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-02-21 19:05 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 02/13/2012 07:09 PM, Lianhao Lu wrote:
> This patch excludes the variable DATE/SRCDATE from calculation of do_patch task
> hash value.
>
> The following changes since commit e5ad03093dfc4364d1407183f458df79f347c7a1:
>    Lianhao Lu (1):
>          guile: fix cross configure failure
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/poky-contrib llu/gccfix
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/gccfix
>
> Lianhao Lu (1):
>    gcc: Excluding the DATE/SRCDATE from do_patch dependency.
>
>   meta/recipes-devtools/gcc/gcc-common.inc |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>

Merged into OE-core

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-21 19:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-14  3:09 [PATCH 0/1] gcc: Exclude DATE/SRCDATE variable from do_patch dependency Lianhao Lu
2012-02-14  3:09 ` [PATCH 1/1] gcc: Excluding the DATE/SRCDATE " Lianhao Lu
2012-02-21 19:05 ` [PATCH 0/1] gcc: Exclude DATE/SRCDATE variable " Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.