yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-mingw] [PATCH] Ignore WINDRES from hash
@ 2023-06-08  7:03 Samuli Piippo
  2023-06-08  9:15 ` [yocto] " Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Samuli Piippo @ 2023-06-08  7:03 UTC (permalink / raw)
  To: yocto; +Cc: jpewhacker

Amend 6badedaa3e4df5b00b5aa992c5c174e315b09972 and add WINDRES
to be ignored from hash, otherwise it contaminates sstate cache
for every recipe.

Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
---
 conf/machine-sdk/include/mingw32-common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine-sdk/include/mingw32-common.inc b/conf/machine-sdk/include/mingw32-common.inc
index 9ec6e07..f2806d8 100644
--- a/conf/machine-sdk/include/mingw32-common.inc
+++ b/conf/machine-sdk/include/mingw32-common.inc
@@ -46,7 +46,7 @@ export WINDMC
 export WINDRES
 export RC
 
-BB_BASEHASH_IGNORE_VARS:append = " WINDRES RC"
+BB_BASEHASH_IGNORE_VARS:append = " WINDRES RC WINDRES"
 
 # Needed to override no-static-libs.inc
 DISABLE_STATIC:mingw32 = ""
-- 
2.25.1



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

* Re: [yocto] [meta-mingw] [PATCH] Ignore WINDRES from hash
  2023-06-08  7:03 [meta-mingw] [PATCH] Ignore WINDRES from hash Samuli Piippo
@ 2023-06-08  9:15 ` Richard Purdie
  2023-06-08  9:40   ` Samuli Piippo
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2023-06-08  9:15 UTC (permalink / raw)
  To: Samuli Piippo, yocto; +Cc: jpewhacker

On Thu, 2023-06-08 at 07:03 +0000, Samuli Piippo wrote:
> Amend 6badedaa3e4df5b00b5aa992c5c174e315b09972 and add WINDRES
> to be ignored from hash, otherwise it contaminates sstate cache
> for every recipe.
> 
> Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
> ---
>  conf/machine-sdk/include/mingw32-common.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/conf/machine-sdk/include/mingw32-common.inc b/conf/machine-sdk/include/mingw32-common.inc
> index 9ec6e07..f2806d8 100644
> --- a/conf/machine-sdk/include/mingw32-common.inc
> +++ b/conf/machine-sdk/include/mingw32-common.inc
> @@ -46,7 +46,7 @@ export WINDMC
>  export WINDRES
>  export RC
>  
> -BB_BASEHASH_IGNORE_VARS:append = " WINDRES RC"
> +BB_BASEHASH_IGNORE_VARS:append = " WINDRES RC WINDRES"

Isn't WINDRES already listed there?

Cheers,

Richard


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

* Re: [yocto] [meta-mingw] [PATCH] Ignore WINDRES from hash
  2023-06-08  9:15 ` [yocto] " Richard Purdie
@ 2023-06-08  9:40   ` Samuli Piippo
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Piippo @ 2023-06-08  9:40 UTC (permalink / raw)
  To: Richard Purdie; +Cc: yocto, jpewhacker

[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]

doh! it was meant to be WINDMC.
I'll resend this.

-samuli

On Thu, 8 Jun 2023 at 12:15, Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:

> On Thu, 2023-06-08 at 07:03 +0000, Samuli Piippo wrote:
> > Amend 6badedaa3e4df5b00b5aa992c5c174e315b09972 and add WINDRES
> > to be ignored from hash, otherwise it contaminates sstate cache
> > for every recipe.
> >
> > Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
> > ---
> >  conf/machine-sdk/include/mingw32-common.inc | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/conf/machine-sdk/include/mingw32-common.inc
> b/conf/machine-sdk/include/mingw32-common.inc
> > index 9ec6e07..f2806d8 100644
> > --- a/conf/machine-sdk/include/mingw32-common.inc
> > +++ b/conf/machine-sdk/include/mingw32-common.inc
> > @@ -46,7 +46,7 @@ export WINDMC
> >  export WINDRES
> >  export RC
> >
> > -BB_BASEHASH_IGNORE_VARS:append = " WINDRES RC"
> > +BB_BASEHASH_IGNORE_VARS:append = " WINDRES RC WINDRES"
>
> Isn't WINDRES already listed there?
>
> Cheers,
>
> Richard
>

[-- Attachment #2: Type: text/html, Size: 1623 bytes --]

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

end of thread, other threads:[~2023-06-08  9:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-08  7:03 [meta-mingw] [PATCH] Ignore WINDRES from hash Samuli Piippo
2023-06-08  9:15 ` [yocto] " Richard Purdie
2023-06-08  9:40   ` Samuli Piippo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).