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

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