| Submitter | Lianhao Lu |
|---|---|
| Date | Aug. 12, 2011, 11:08 a.m. |
| Message ID | <cover.1313146924.git.lianhao.lu@intel.com> |
| Download | mbox |
| Permalink | /patch/9761/ |
| State | New, archived |
| Headers | show |
Pull-request
git://git.yoctoproject.org/poky-contrib llu/bug1236-oecoreComments
On 08/12/2011 04:08 AM, Lianhao Lu wrote: > This is rebase of original patch for bug #1236 to the latest oe-core master. > > The original pull request is at: > http://lists.linuxtogo.org/pipermail/openembedded-core/2011-August/007365.html > > The following changes since commit a92d56058b21913570bb17ae416c3b00afce055e: > Kumar Gala (1): > gnome-doc-utils: respect python-dir setting EXTRA_OECONF > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib llu/bug1236-oecore > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug1236-oecore > > Lianhao Lu (2): > utils.bbclass/multilib.class: Added misc supporting functions. > eglibc: Modify ldd script according to multilib config. > > meta/classes/multilib.bbclass | 7 ++- > meta/classes/utils.bbclass | 29 +++++++++++ > meta/conf/bitbake.conf | 1 + > meta/conf/multilib.conf | 3 + > .../eglibc/eglibc-2.13/multilib_readlib.patch | 17 ++++++ > meta/recipes-core/eglibc/eglibc-ld.inc | 54 ++++++++++++++++++++ > meta/recipes-core/eglibc/eglibc.inc | 1 + > meta/recipes-core/eglibc/eglibc_2.13.bb | 13 ++++- > 8 files changed, 123 insertions(+), 2 deletions(-) > create mode 100644 meta/recipes-core/eglibc/eglibc-2.13/multilib_readlib.patch > create mode 100644 meta/recipes-core/eglibc/eglibc-ld.inc > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > Merged into OE-Core Thanks Sau!
This is rebase of original patch for bug #1236 to the latest oe-core master. The original pull request is at: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-August/007365.html The following changes since commit a92d56058b21913570bb17ae416c3b00afce055e: Kumar Gala (1): gnome-doc-utils: respect python-dir setting EXTRA_OECONF are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/bug1236-oecore http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug1236-oecore Lianhao Lu (2): utils.bbclass/multilib.class: Added misc supporting functions. eglibc: Modify ldd script according to multilib config. meta/classes/multilib.bbclass | 7 ++- meta/classes/utils.bbclass | 29 +++++++++++ meta/conf/bitbake.conf | 1 + meta/conf/multilib.conf | 3 + .../eglibc/eglibc-2.13/multilib_readlib.patch | 17 ++++++ meta/recipes-core/eglibc/eglibc-ld.inc | 54 ++++++++++++++++++++ meta/recipes-core/eglibc/eglibc.inc | 1 + meta/recipes-core/eglibc/eglibc_2.13.bb | 13 ++++- 8 files changed, 123 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-core/eglibc/eglibc-2.13/multilib_readlib.patch create mode 100644 meta/recipes-core/eglibc/eglibc-ld.inc