summaryrefslogtreecommitdiffstats
path: root/meta/classes/cross.bbclass
diff options
context:
space:
mode:
authorPhil Blundell <pb-MHJFCCCcTeg@public.gmane.org>2013-05-21 11:40:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-24 14:14:46 +0100
commit2129c5d9ef55303e929efb256aa301d70b406ca8 (patch)
treec83003434ca40d1e5159322d1f05e1218bbbe934 /meta/classes/cross.bbclass
parent43808760847f7b80ed70f1cef09d89cef28b28ec (diff)
downloadpoky-2129c5d9ef55303e929efb256aa301d70b406ca8.tar.gz
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. (From OE-Core rev: 66d09565783186ab14fa77ecdfe2131a44a265ab) Signed-off-by: Phil Blundell <philb-mXXj517/zsQ@public.gmane.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cross.bbclass')
-rw-r--r--meta/classes/cross.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass
index b57e523465..eaba4d113c 100644
--- a/meta/classes/cross.bbclass
+++ b/meta/classes/cross.bbclass
@@ -55,6 +55,7 @@ libdir = "${exec_prefix}/lib/${CROSS_TARGET_SYS_DIR}"
55libexecdir = "${exec_prefix}/libexec/${CROSS_TARGET_SYS_DIR}" 55libexecdir = "${exec_prefix}/libexec/${CROSS_TARGET_SYS_DIR}"
56 56
57do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE}/" 57do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE}/"
58do_populate_sysroot[stamp-extra-info] = ""
58 59
59python cross_virtclass_handler () { 60python cross_virtclass_handler () {
60 if not isinstance(e, bb.event.RecipePreFinalise): 61 if not isinstance(e, bb.event.RecipePreFinalise):