]> code.ossystems Code Review - openembedded-core.git/commit
autogen-native: fix script error when processing libguile
authorZhenbo Gao <zhenbo.gao@windriver.com>
Tue, 5 Jul 2016 08:25:15 +0000 (16:25 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jul 2016 08:55:40 +0000 (09:55 +0100)
commit2004307044e958cdf508b72f180e238a3e297179
tree6222e40986cfc02169e626a613db0cd79cda7f35
parent0b2945588f7b539836369895dc7d3d2629abb431
autogen-native: fix script error when processing libguile

do_configure for autogen-native would fail if build directory path
contains '-I' characters, which is caused by the unsuitable sed script
when processing libguile.

Error log:
[snip]
checking for GUILE... yes
awk: fatal: cannot open file `/buildarea1/poky/build /libguile/version.h' for reading (No such file or directory)
configure: error: in `/buildarea1/poky/build-Ice/tmp/work/x86_64-linux/autogen-native/5.18.10-r0/build':
configure: error: cannot determine Guile version
[snip]

Signed-off-by: Zhenbo Gao <zhenbo.gao@windriver.com>
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/autogen/autogen-native_5.18.10.bb
meta/recipes-devtools/autogen/autogen/fix-script-err-when-processing-libguile.patch [new file with mode: 0644]