Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] cross-canadian: Disable the packagedata stamp-extra-info
@ 2014-10-06 14:08 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-10-06 14:08 UTC (permalink / raw)
  To: openembedded-core

Similarly to native/cross disable this since otherwise the packagedata
can be marked as machine specific and if you switch machines
which share an architecture, you'll get toolchain overlapping files
errors.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass
index 6da43fe..fec6438 100644
--- a/meta/classes/cross-canadian.bbclass
+++ b/meta/classes/cross-canadian.bbclass
@@ -111,6 +111,7 @@ export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${layout_libdir}/pkgconfig"
 export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"
 
 do_populate_sysroot[stamp-extra-info] = ""
+do_packagedata[stamp-extra-info] = ""
 
 USE_NLS = "${SDKUSE_NLS}"
 




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-06 14:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-06 14:08 [PATCH] cross-canadian: Disable the packagedata stamp-extra-info Richard Purdie

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