| Submitter | Nitin A Kamble |
|---|---|
| Date | April 26, 2012, 10:53 p.m. |
| Message ID | <cover.1335480719.git.nitin.a.kamble@intel.com> |
| Download | mbox |
| Permalink | /patch/26477/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib nitin/miscComments
On 04/26/2012 03:53 PM, nitin.a.kamble@intel.com wrote: > From: Nitin A Kamble<nitin.a.kamble@intel.com> > > This fixes are for issues discovered with gcc-4.7& eglibc-2.15 > > Nitin > > The following changes since commit c84c6bc074e0fdeaebce99152cdb4b1e7e92543d: > > tcmode-default: make eglibc 2.15 as the default libc (2012-04-26 12:49:25 -0700) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib nitin/misc > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc > > Nitin A Kamble (2): > eglibc: package mtrace separately This needs a comment update and check that it really installs to the *-sdk images. > tcl: fix target recipe build issue on older distros > Merged TCL to OE-Core Thanks Sau! > meta/recipes-core/eglibc/eglibc-package.inc | 8 ++- > meta/recipes-core/eglibc/eglibc_2.13.bb | 2 +- > meta/recipes-core/eglibc/eglibc_2.15.bb | 2 +- > .../tcl/fix_issue_with_old_distro_glibc.patch | 109 ++++++++++++++++++++ > meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 5 +- > 5 files changed, 121 insertions(+), 5 deletions(-) > create mode 100644 meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch >
From: Nitin A Kamble <nitin.a.kamble@intel.com> This fixes are for issues discovered with gcc-4.7 & eglibc-2.15 Nitin The following changes since commit c84c6bc074e0fdeaebce99152cdb4b1e7e92543d: tcmode-default: make eglibc 2.15 as the default libc (2012-04-26 12:49:25 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/misc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Nitin A Kamble (2): eglibc: package mtrace separately tcl: fix target recipe build issue on older distros meta/recipes-core/eglibc/eglibc-package.inc | 8 ++- meta/recipes-core/eglibc/eglibc_2.13.bb | 2 +- meta/recipes-core/eglibc/eglibc_2.15.bb | 2 +- .../tcl/fix_issue_with_old_distro_glibc.patch | 109 ++++++++++++++++++++ meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 5 +- 5 files changed, 121 insertions(+), 5 deletions(-) create mode 100644 meta/recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch