diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-02-19 18:54:15 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-24 10:31:35 +0000 |
commit | d26b700553fe8fa21c2e42b04e11bb380d94ef36 (patch) | |
tree | f2c821ebe537931cc5faf7553676271009d3c661 /scripts/lib/scriptpath.py | |
parent | fd87ebd7e8906e047620c2d4afa62337b5521e6f (diff) | |
download | openembedded-core-d26b700553fe8fa21c2e42b04e11bb380d94ef36.tar.gz openembedded-core-d26b700553fe8fa21c2e42b04e11bb380d94ef36.tar.bz2 openembedded-core-d26b700553fe8fa21c2e42b04e11bb380d94ef36.zip |
kernel.bbclass: explicitly depend on bison-native for deterministic builds
Explicitly depend on bison-native for deterministic builds, as it is required
for the build:
| HOSTCC scripts/basic/fixdep
| GEN ./Makefile
| HOSTCC scripts/kconfig/conf.o
| YACC scripts/kconfig/zconf.tab.c
| /bin/sh: bison: command not found
| scripts/Makefile.lib:217: recipe for target 'scripts/kconfig/zconf.tab.c' failed
In most cases, this dependency comes indirectly via toolchain dependencies,
specifically binutils-cross, which pulls bison-native. Different setups,
such as with external toolchain, would expose this problem, since correct
dependency is not marked explicitly.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/scriptpath.py')
0 files changed, 0 insertions, 0 deletions