diff options
author | Benjamin Esquivel <benjamin.esquivel@linux.intel.com> | 2015-03-05 08:17:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-09 16:05:07 +0000 |
commit | fd0bf8f95227796435d22aa7a849a74106cf1eef (patch) | |
tree | 8625d5a415e36d987bbac91b15c02b4aaa147aa5 /scripts/lib | |
parent | 40a4f83d3791658789da8559c554b93b50db81c0 (diff) | |
download | openembedded-core-fd0bf8f95227796435d22aa7a849a74106cf1eef.tar.gz openembedded-core-fd0bf8f95227796435d22aa7a849a74106cf1eef.tar.bz2 openembedded-core-fd0bf8f95227796435d22aa7a849a74106cf1eef.zip |
glibc: 'yes' within the path sets wrong variables
The AC_EGREP_CPP macro is looking for a 'yes' string that is likely
to be found in the path where the file is stored. This false positive
match causes variables to be mistakenly set.
The fix is to use a more elaborated string instead.
This has to be done at the configure and the configure.ac files, because
a reconfigure does not happen in the regular build flow.
[YOCTO #6614]
Signed-off-by: Benjamin Esquivel <benjamin.esquivel@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions