yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Samuli Piippo <samuli.piippo@gmail.com>, yocto@lists.yoctoproject.org
Cc: jpewhacker@gmail.com
Subject: Re: [yocto] [meta-mingw] [PATCH] Ignore WINDRES from hash
Date: Thu, 08 Jun 2023 10:15:04 +0100	[thread overview]
Message-ID: <e9a6311379b58f539a9a0d5496d4554796346de2.camel@linuxfoundation.org> (raw)
In-Reply-To: <20230608070308.502205-1-samuli.piippo@qt.io>

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


  reply	other threads:[~2023-06-08  9:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-08  7:03 [meta-mingw] [PATCH] Ignore WINDRES from hash Samuli Piippo
2023-06-08  9:15 ` Richard Purdie [this message]
2023-06-08  9:40   ` [yocto] " Samuli Piippo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e9a6311379b58f539a9a0d5496d4554796346de2.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=jpewhacker@gmail.com \
    --cc=samuli.piippo@gmail.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).