diff options
author | Phil Blundell <pb-MHJFCCCcTeg@public.gmane.org> | 2013-05-21 11:40:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-24 14:14:46 +0100 |
commit | 2129c5d9ef55303e929efb256aa301d70b406ca8 (patch) | |
tree | c83003434ca40d1e5159322d1f05e1218bbbe934 /meta | |
parent | 43808760847f7b80ed70f1cef09d89cef28b28ec (diff) | |
download | poky-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')
-rw-r--r-- | 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 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}" | |||
55 | libexecdir = "${exec_prefix}/libexec/${CROSS_TARGET_SYS_DIR}" | 55 | libexecdir = "${exec_prefix}/libexec/${CROSS_TARGET_SYS_DIR}" |
56 | 56 | ||
57 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE}/" | 57 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE}/" |
58 | do_populate_sysroot[stamp-extra-info] = "" | ||
58 | 59 | ||
59 | python cross_virtclass_handler () { | 60 | python cross_virtclass_handler () { |
60 | if not isinstance(e, bb.event.RecipePreFinalise): | 61 | if not isinstance(e, bb.event.RecipePreFinalise): |