]> code.ossystems Code Review - openembedded-core.git/commitdiff
cross: Clear do_populate_sysroot[stamp-extra-info] so that stamps are not MACHINE...
authorPhil Blundell <pb-MHJFCCCcTeg@public.gmane.org>
Tue, 21 May 2013 10:40:06 +0000 (11:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 May 2013 13:07:03 +0000 (14:07 +0100)
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 <philb-mXXj517/zsQ@public.gmane.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/cross.bbclass

index b57e523465fa0afe1ef7184efa3827337f5521e2..eaba4d113c67183a1bba7587b33f62d3068ed26e 100644 (file)
@@ -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):