Fix uclibc build for x86_64 gettext compile failed on uclibc so fix it and additionally remove unused patches Add required support for systemd to function with uclibc Quash a parse warning where uclibc-initial and uclibc both provided libsegfault
The following changes since commit 78de64f58b98101f5be5778e9ecbdaae5ba32997: binutils_2.21.bb: Fix ld segfault exposed by eglibc 2.14 on x86_64 (2011-06-21 17:58:06 -0700) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib kraj/uclibc http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc Khem Raj (4): uclibc.inc: libsegfault is only RPROVIDED by uclibc gettext-0.18.1.1: Remove unused patches uclibc/x86_64/uClibc.machine: Enable ARCH_USE_MMU uclibc: Add support for $ORIGIN .../gettext/gettext-0.18.1.1/autotools.patch | 64 ------ .../gettext-error_print_progname.patch | 15 -- .../gettext/gettext-0.18.1.1/m4fix.patch | 52 ----- .../gettext-0.18.1.1/use_open_properly.patch | 17 -- meta/recipes-core/gettext/gettext_0.18.1.1.bb | 1 - .../uclibc/uclibc-git/orign_path.patch | 183 +++++++++++++++++ meta/recipes-core/uclibc/uclibc-git/rtld_no.patch | 215 ++++++++++++++++++++ .../uclibc/uclibc-git/x86_64/uClibc.machine | 3 +- meta/recipes-core/uclibc/uclibc.inc | 2 +- meta/recipes-core/uclibc/uclibc_git.bb | 4 +- 10 files changed, 403 insertions(+), 153 deletions(-) delete mode 100644 meta/recipes-core/gettext/gettext-0.18.1.1/autotools.patch delete mode 100644 meta/recipes-core/gettext/gettext-0.18.1.1/gettext-error_print_progname.patch delete mode 100644 meta/recipes-core/gettext/gettext-0.18.1.1/m4fix.patch delete mode 100644 meta/recipes-core/gettext/gettext-0.18.1.1/use_open_properly.patch create mode 100644 meta/recipes-core/uclibc/uclibc-git/orign_path.patch create mode 100644 meta/recipes-core/uclibc/uclibc-git/rtld_no.patch -- 1.7.5.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
