diff mbox series

[meta-mingw] Ignore WINDRES from hash

Message ID 20230608070308.502205-1-samuli.piippo@qt.io
State New
Headers show
Series [meta-mingw] Ignore WINDRES from hash | expand

Commit Message

Samuli Piippo June 8, 2023, 7:03 a.m. UTC
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(-)

Comments

Richard Purdie June 8, 2023, 9:15 a.m. UTC | #1
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
Samuli Piippo June 8, 2023, 9:40 a.m. UTC | #2
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
>
diff mbox series

Patch

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