]> code.ossystems Code Review - openembedded-core.git/commit
gcc-cross-initial: make dependency on gnu-config-native and autoconf-native explicit
authorYuanjie Huang <yuanjie.huang@windriver.com>
Fri, 27 Nov 2015 09:31:20 +0000 (17:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Dec 2015 23:31:40 +0000 (23:31 +0000)
commit18a913e54b40a1654d0967290088be5e7fcdd6f6
tree65ba34e75d90cf89d8a847a020afaa2ff1fc17be
parente67c7f0998a5a285bd079d2c956bd61457e75077
gcc-cross-initial: make dependency on gnu-config-native and autoconf-native explicit

When a project is configure to use sstate cache and has the host tool sysroot
cleaned, gcc-cross-initial may fail to be configured due to lack of
gnu-configize tool.

gcc-cross-initial recipe has autotools dependency inhibited, and the same flag
variable also excludes the gnu-config-native.  Though there is an indirect
dependency through libmpc-native, it's not safe with sstate cache being used.

Moreover, gnu-config-native requires a perl package from autoconf-native to
run, otherwise it will fail with "Can't locate Autom4te/ChannelDefs.pm in @INC"
message.

This patch makes both dependencies explicit for gcc-cross-initial's
configuration.

Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gcc/gcc-cross-initial.inc