summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.21.bb
diff options
context:
space:
mode:
authorBenjamin Esquivel <benjamin.esquivel@linux.intel.com>2015-03-05 08:17:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-10 10:47:49 +0000
commit56f010f7acaf09e450644e159c13470eada972c6 (patch)
treede7ad02b9ea8019e4daeb97cf96c190424a050d0 /meta/recipes-core/glibc/glibc_2.21.bb
parent9e95469916f8615e04adf4e450344d46ed72b3ed (diff)
downloadpoky-56f010f7acaf09e450644e159c13470eada972c6.tar.gz
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] (From OE-Core rev: fd0bf8f95227796435d22aa7a849a74106cf1eef) Signed-off-by: Benjamin Esquivel <benjamin.esquivel@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.21.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.21.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.21.bb b/meta/recipes-core/glibc/glibc_2.21.bb
index 693d937345..91feff58ce 100644
--- a/meta/recipes-core/glibc/glibc_2.21.bb
+++ b/meta/recipes-core/glibc/glibc_2.21.bb
@@ -24,6 +24,7 @@ SRC_URI = "git://sourceware.org/git/glibc.git;branch=${BRANCH} \
24 file://fix_am_rootsbindir.patch \ 24 file://fix_am_rootsbindir.patch \
25 file://0001-Add-unused-attribute.patch \ 25 file://0001-Add-unused-attribute.patch \
26 file://0001-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch \ 26 file://0001-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch \
27 file://0001-yes-within-the-path-sets-wrong-config-variables.patch \
27 ${EGLIBCPATCHES} \ 28 ${EGLIBCPATCHES} \
28 " 29 "
29EGLIBCPATCHES = "\ 30EGLIBCPATCHES = "\