]> code.ossystems Code Review - openembedded-core.git/commit
eglibc: fix build with poky-tiny distro
authorNitin A Kamble <nitin.a.kamble@intel.com>
Wed, 9 May 2012 20:42:45 +0000 (13:42 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 May 2012 16:50:35 +0000 (17:50 +0100)
commit8691038efb0aca4a2cd61fce0c53d10092e48b75
tree11ad9e2d61e66f840af788f28ef388786d1451b6
parent13fcda4b158ce944d64b22bd5b63ce0f51faad67
eglibc: fix build with poky-tiny distro

This fixes bug [YOCTO #2443]

The prototype of findidx() has changed, but the code in xregex.c is
still using the old prototype. This issue stayed hidden because this
code only gets excercised when OPTION_POSIX_REGEXP_GLIBC is disabled
in the eglibc configuration.
  See the patch for further information.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-core/eglibc/eglibc-2.15/eglibc_fix_findidx_parameters.patch [new file with mode: 0644]
meta/recipes-core/eglibc/eglibc_2.15.bb