[oe-commits] Phil Blundell : cross: Clear do_populate_sysroot[stamp-extra-info] so that stamps are not MACHINE specific

git at git.openembedded.org git at git.openembedded.org
Tue May 28 13:28:40 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 66d09565783186ab14fa77ecdfe2131a44a265ab
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=66d09565783186ab14fa77ecdfe2131a44a265ab

Author: Phil Blundell <pb-MHJFCCCcTeg at public.gmane.org>
Date:   Tue May 21 11:40:06 2013 +0100

cross: Clear do_populate_sysroot[stamp-extra-info] so that stamps are not MACHINE specific

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 at public.gmane.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/classes/cross.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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):



More information about the Openembedded-commits mailing list