Thanks for pointing out.
This seems caused by the correction of installation path of guile-config(from
${STAGING_BINDIR_CROSS} to ${SYSROOT_DESTDIR}${bindir_crossscripts}). We first
put things in ${SYSROOT_DESTDIR}. And then do_populate_sysroot collects them
from ${SYSROOT_DESTDIR} and install
On 26 September 2016 at 07:51, wrote:
> Remove bashisms from do_populate_sysroot task
>
This causes a change of behaviour that results in a stage error:
ERROR: guile-2.0.12-r0 do_populate_sysroot: The recipe guile is trying to
install files into a shared area when those files already exist. Tho
Hi Ross,
This one is the latest version for previously reviewed "[OE-core] [PATCH v2]
Remove bashisms", but I forgot mentioning it.
Thanks,
Zhe
On 09/26/2016 02:51 PM, zhe...@windriver.com wrote:
> From: He Zhe
>
> Remove bashisms from do_populate_sysroot task
>
> Signed-off-by: Peter Kjellers
From: He Zhe
Remove bashisms from do_populate_sysroot task
Signed-off-by: Peter Kjellerstedt
Signed-off-by: He Zhe
---
meta/recipes-devtools/guile/guile_2.0.12.bb | 29 +
1 file changed, 17 insertions(+), 12 deletions(-)
diff --git a/meta/recipes-devtools/guile/gu