diff options
author | Ioan-Adrian Ratiu <adrian.ratiu@ni.com> | 2017-12-18 19:42:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-14 09:11:57 +0000 |
commit | fca4b2e136209cdf82e3ef748139e1225efeca51 (patch) | |
tree | ac0bc0f411b05ee90b8570dce04c5e8e3b585c70 /scripts/oe-trim-schemas | |
parent | 8418f5555d6b5416efa7ac83289ed5bddd1d3c5a (diff) | |
download | poky-fca4b2e136209cdf82e3ef748139e1225efeca51.tar.gz |
site/*-linux: don't cache ac_cv_sizeof_bool
The value was hardcoded from the time it couldn't be computed, which
is no longer the case. After C99 'bool' is only defined if stdbool.h
is included, it's implementation defined and not required to be 1, so
caching it doesn't make sense and certain recipes whoose code test
ac_cv_sizeof_bool fail to build.
(From OE-Core rev: 15af2d527d582ef181d6b9c042844aa89f991f0b)
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-trim-schemas')
0 files changed, 0 insertions, 0 deletions