aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc_2.12.bb
AgeCommit message (Collapse)Author
2010-11-06eglibc: fix build issue with make-3.82Vasily Khoruzhick
Add patch to fix this error when building eglibc-2.11, eglibc-2.12 with make-3.82: make[2]: Entering directory `eglibc-2_12/libc/manual' Makefile:246: *** mixed implicit and normal rules. Stop. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-12eglibc_2.12/eglibc_svn: Update to latest svn tipKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-06eglibc_2.12.bb/eglibc_svn.bb: Fix build on ARMv4 with EABIKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-30eglibc: Fix eglibc-dev aliases and localesKhem Raj
packages which had glibc-dev in their RDEPENDS caused glibc to be pulled along with eglibc. eglibc-dev was not properly providing glibc-dev Refresh the locale generation changes with glibc(poky) Add missing eglibc-static to PACKAGES Use bitbake variables in FILES instead of hardcoded paths Move common code to eglibc.inc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27eglibc-2.12: Configure for 64-bit mipsKhem Raj
* Make it to install into /lib and /usr/lib instead of /lib64 and /usr/lib64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-16eglibc: Update recipe for all versionNobuhiro Iwamatsu
* Included sh4_set_fpscr.patch and sh4_set_fpscr_2.12.patch. These patch provides patch of __set_fpscr prototype. * Included sh4_local-fpscr_values.patch. This provides a patch maintaining __fpscr_values in libc. This is taken in in Debian and codesourcery already. This patch is necessary to have compatibility in these and openemdedded. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-14eglibc: Do not specify ports multiple time to --enable-addonsKhem Raj
* While building for mips64 I noticed a problem where eglibc configure did not get the mips sub arch correct during configure the reason was we had ports twice in configure commandline which ran a ports configure twice and appended machines multiple times to paths which then were wrong and it failed to select correct ABI to compile eglibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-21eglibc_svn/eglibc_2.12: Bump SRCREVsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-11eglibc: build with -ggdb3 as workaround for alignment trapsMartin Jansa
* I've seen it only with eglibc-2.12 built with gcc-4.5 that's why I bumped PR only in 2.12 * can be removed as soon as gcc bug is fixed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-08eglibc_2.12/eglibc_svn: Update SRCREV to latest tip.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-03eglibc-2.12: bump SRCREV for alignment traps fixMartin Jansa
* but still lots of alignment traps on armv4t :/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-28eglibc_svn, eglibc_2.12: Bump SRCREVKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-10eglibc: Apply backports to 2.11 and 2.12Khem Raj
* Update version number of svn recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-27eglibc_2.12: add es_CR.ISO-8859-1 to GLIBC_BROKEN_LOCALESMartin Jansa
* details: http://sourceware.org/bugzilla/show_bug.cgi?id=11258 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-20eglibc-2.12: Add new recipes for 2.12Khem Raj
* Update svn recipe to latest revision on trunk. Signed-off-by: Khem Raj <raj.khem@gmail.com>