diff options
author | Ross Burton <ross.burton@intel.com> | 2017-07-12 20:32:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-17 14:01:37 +0100 |
commit | 6e46b4c1b26c7cfca2d169f23a299233eb80b0d2 (patch) | |
tree | c53b2a8cb8687f17e8380fa1e09e0fc5eaf8a5a0 /meta/conf/distro/include/distro_alias.inc | |
parent | 173760abc66580e21b36eac3a591847e0d3e91f4 (diff) | |
download | poky-6e46b4c1b26c7cfca2d169f23a299233eb80b0d2.tar.gz |
classes/sanity: check for case-sensitive file systems
Case-insensitive file systems fail during builds in very mysterious ways, such
as mpfr:
ERROR: patch_do_patch: Not a directory
The problem here being that mpfr has a PATCHES file, so when we try to copy the
patches into ${S}/patches/ it fails.
We can't and won't support case-insensitive file systems so add a sanity check
to abort the build if one is found.
(From OE-Core rev: 20ce04fb64f559e64490d53678fa00644a92894a)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/distro_alias.inc')
0 files changed, 0 insertions, 0 deletions