]> code.ossystems Code Review - openembedded-core.git/commit
glibc: 'yes' within the path sets wrong variables
authorBenjamin Esquivel <benjamin.esquivel@linux.intel.com>
Thu, 5 Mar 2015 08:17:37 +0000 (08:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Mar 2015 16:05:07 +0000 (16:05 +0000)
commitfd0bf8f95227796435d22aa7a849a74106cf1eef
tree8625d5a415e36d987bbac91b15c02b4aaa147aa5
parent40a4f83d3791658789da8559c554b93b50db81c0
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>
meta/recipes-core/glibc/glibc/0001-yes-within-the-path-sets-wrong-config-variables.patch [new file with mode: 0644]
meta/recipes-core/glibc/glibc_2.21.bb