[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4348/8267] gcc-cross: Ensure do_gcc_stash_builddir happens before do_build
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 4348/8267] gcc-cross: Ensure do_gcc_stash_builddir happens before do_build
- Date: Sun, 17 Dec 2017 01:54:38 +0000 (UTC)
commit deaef6c879bcb452c4a548e839448d1ddf4df1d7
Author: Richard Purdie <richard purdie linuxfoundation org>
Date: Sat Jan 28 10:13:58 2017 +0000
gcc-cross: Ensure do_gcc_stash_builddir happens before do_build
If we don't do this, things break with rm_work which removes things
before the task completes causing task failures.
(From OE-Core rev: bfea0e6a5aee9ce15bf20bcb2781329e6281284c)
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
meta/recipes-devtools/gcc/gcc-cross.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc
index f3ae4fe..fa5cfbd 100644
--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -200,7 +200,7 @@ do_gcc_stash_builddir () {
dest=${BUILDDIRSTASH}
hardlinkdir . $dest
}
-addtask do_gcc_stash_builddir after do_compile
+addtask do_gcc_stash_builddir after do_compile before do_build
SSTATETASKS += "do_gcc_stash_builddir"
do_gcc_stash_builddir[sstate-inputdirs] = "${BUILDDIRSTASH}"
do_gcc_stash_builddir[sstate-outputdirs] =
"${STAGING_DIR}-components/${BUILD_ARCH}/gcc-stashed-builddir${COMPILERINITIAL}-${TARGET_SYS}"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]