Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] multilib_header: avoid sstate checksum issues for -nativesdk recipes
@ 2016-09-30  9:09 Joshua Lock
  2016-09-30 15:29 ` akuster808
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Lock @ 2016-09-30  9:09 UTC (permalink / raw)
  To: openembedded-core

Much as with -native recipes, as addressed in commit
b15730caf0d4c40271796887505507f2501958bb, arch specific variables
like MIPSPKGSFX_ABI were affecting -nativesdk sstate checksums for
recipes like nativesdk-glibc-initial.

Disable multilib_header for nativesdk as we don't use multilibs in
this scenario.

[YOCTO #10320]

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
---
 meta/classes/multilib_header.bbclass | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/classes/multilib_header.bbclass b/meta/classes/multilib_header.bbclass
index 5ee0a2d..304c28e 100644
--- a/meta/classes/multilib_header.bbclass
+++ b/meta/classes/multilib_header.bbclass
@@ -52,3 +52,8 @@ oe_multilib_header() {
 oe_multilib_header_class-native () {
 	return
 }
+
+# Nor do we need multilib headers for nativesdk builds.
+oe_multilib_header_class-nativesdk () {
+	return
+}
-- 
2.7.4



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

end of thread, other threads:[~2016-09-30 15:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-30  9:09 [PATCH] multilib_header: avoid sstate checksum issues for -nativesdk recipes Joshua Lock
2016-09-30 15:29 ` akuster808
2016-09-30 15:52   ` Joshua Lock

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