summaryrefslogtreecommitdiff
path: root/meta/recipes-core/eglibc/eglibc-2.15
Commit message (Collapse)AuthorAgeFilesLines
* eglibc: fix build with poky-tiny distroNitin A Kamble2012-05-111-0/+38
| | | | | | | | | | | | 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>
* eglibc: Add patch to fix /var installation locationSaul Wold2012-05-111-2/+4
| | | | | | | | | | This address the packaging issues since it's installed in the wrong place ERROR: For recipe eglibc-nativesdk, the following files/directories were installed but not shipped in any package: ERROR: /var ERROR: /var/db ERROR: /var/db/Makefile Signed-off-by: Saul Wold <sgw@linux.intel.com>
* eglibc: Add patch to fix /var installation locationSaul Wold2012-05-091-0/+19
| | | | | | | | | | This address the packaging issues since it's installed in the wrong place ERROR: For recipe eglibc-nativesdk, the following files/directories were installed but not shipped in any package: ERROR: /var ERROR: /var/db ERROR: /var/db/Makefile Signed-off-by: Saul Wold <sgw@linux.intel.com>
* eglibc-2.15: Update SRCREVKhem Raj2012-03-283-25/+128
| | | | | | | Get new patches and remove the one that got merged upstream Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* eglibc-2.15: Add upstream status for x86_fenv.patchKhem Raj2012-01-251-0/+7
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* eglibc: Upgrade recipes 2.14 -> 2.15Khem Raj2012-01-0915-0/+1134
Add patch to provide __finite_sqrt functions for ppc Signed-off-by: Khem Raj <raj.khem@gmail.com>