aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gcc/gcc-common.inc')
-rw-r--r--recipes/gcc/gcc-common.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-common.inc b/recipes/gcc/gcc-common.inc
index ffd4dd3146..9fd433b74f 100644
--- a/recipes/gcc/gcc-common.inc
+++ b/recipes/gcc/gcc-common.inc
@@ -45,3 +45,6 @@ BINV = "${PV}"
S = "${WORKDIR}/gcc-${PV}"
B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
+# Work around issues with pstage package install order and intermediate steps
+# in the toolchain build.
+do_setscene[deptask] = "do_setscene"