Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] native.bbclass: Ensure native recipes have a deterministic baselib value
@ 2011-10-06 14:20 Richard Purdie
  2011-10-06 14:47 ` Mark Hatle
  2011-10-06 21:01 ` McClintock Matthew-B29882
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Purdie @ 2011-10-06 14:20 UTC (permalink / raw)
  To: openembedded-core

Changes to baselib by specific machine configuration were resulting
in sstate cache invalidation, particularly in multilib configurations.

This patch ensures this doesn't happen and native sstate cache files
are reusable.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 5e45aed..ba8b0bf 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -69,6 +69,8 @@ exec_prefix = "${STAGING_DIR_NATIVE}${prefix_native}"
 
 libdir = "${STAGING_DIR_NATIVE}${libdir_native}"
 
+baselib = "lib"
+
 # Libtool's default paths are correct for the native machine
 lt_cv_sys_lib_dlsearch_path_spec[unexport] = "1"
 





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

end of thread, other threads:[~2011-10-06 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-06 14:20 [PATCH] native.bbclass: Ensure native recipes have a deterministic baselib value Richard Purdie
2011-10-06 14:47 ` Mark Hatle
2011-10-06 21:47   ` Richard Purdie
2011-10-06 21:01 ` McClintock Matthew-B29882

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox