Otherwise we will try to run the setscene task once per MACHINE which will lead 
to
file conflicts in the sysroot for packages like gcc-cross.  The stamps
are already namespaced by TARGET_ARCH which should be sufficient.

Signed-off-by: Phil Blundell <ph...@gnu.org>
---
 meta/classes/cross.bbclass |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass
index b57e523..eaba4d1 100644
--- a/meta/classes/cross.bbclass
+++ b/meta/classes/cross.bbclass
@@ -55,6 +55,7 @@ libdir = "${exec_prefix}/lib/${CROSS_TARGET_SYS_DIR}"
 libexecdir = "${exec_prefix}/libexec/${CROSS_TARGET_SYS_DIR}"
 
 do_populate_sysroot[sstate-inputdirs] = 
"${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE}/"
+do_populate_sysroot[stamp-extra-info] = ""
 
 python cross_virtclass_handler () {
     if not isinstance(e, bb.event.RecipePreFinalise):
-- 
1.7.10.4



_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to