From 122c5bfdad95930de96e191aafb0304fded007b2 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Fri, 9 Mar 2012 10:57:35 +0000 Subject: integrate fsl toolchain patches binutils: bin.e500mc_nop.patch bin.e5500.patch bin.e6500-2.patch eglibc: generate-supported.mk glibc.e500mc_subspecies_of_powerpc_is_not_supported.patch glibc.fixgcc4.6.patch glibc.fix_prof.patch glibc.fix_sqrt.patch glibc.readv_proto.patch glibc.undefined_static.patch gcc: gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch gcc.fix_longversionstring.patch gcc.rm_slow_tests.patch gcc.fix_mingw32.patch gcc.fix_cloogstatic2.patch gcc.fix_build-with-cxx.patch gcc.e6500-FSF46.patch gcc.ld_unaligned-460.patch gcc.local_unaligned_altivec.patch gcc.soft_float-460.patch gcc.case_values.patch gcc.builtin_isel.patch gcc.experimental_move.patch gcc.widen_types-46.patch gcc.extelim-v3.patch gcc.e5500_mfocr.patch gcc.opt-array-offset.patch gcc.load_on_store_bypass-462.patch gcc.fix_constvector.patch gcc.fix_MTWX51204-dwarf-vector-reg.patch gcc.fix_ira-loop-pressure.patch optional_libstdc.patch gcc.remove_CCUNSmode_reference.patch gcc.check_path_validity.patch gcc.fix_header_issue.patch gcc.fix_SSIZE_MAX_undefine_issue.patch gettext: gettext.fix_testcase.patch Signed-off-by: Zhenhua Luo --- recipes-append/gettext/files/gettext.fix_testcase.patch | 13 +++++++++++++ recipes-append/gettext/gettext_0.18.1.1.bbappend | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 recipes-append/gettext/files/gettext.fix_testcase.patch create mode 100644 recipes-append/gettext/gettext_0.18.1.1.bbappend (limited to 'recipes-append') diff --git a/recipes-append/gettext/files/gettext.fix_testcase.patch b/recipes-append/gettext/files/gettext.fix_testcase.patch new file mode 100644 index 0000000..135f267 --- /dev/null +++ b/recipes-append/gettext/files/gettext.fix_testcase.patch @@ -0,0 +1,13 @@ +--- gettext-0.16.1/gettext-runtime/tests/test-lock.c-orig 2011-07-22 12:51:14.734334073 -0500 ++++ gettext-0.16.1/gettext-runtime/tests/test-lock.c 2011-07-22 12:43:59.962333864 -0500 +@@ -106,7 +106,9 @@ + } + static inline void * gl_thread_self (void) + { +- return (void *) pthread_self (); ++ pthread_t x; ++ x = pthread_self (); ++ return (void *)&x; + } + #endif + #if TEST_PTH_THREADS diff --git a/recipes-append/gettext/gettext_0.18.1.1.bbappend b/recipes-append/gettext/gettext_0.18.1.1.bbappend new file mode 100644 index 0000000..937be22 --- /dev/null +++ b/recipes-append/gettext/gettext_0.18.1.1.bbappend @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_URI += "file://gettext.fix_testcase.patch" + +PR .= "+${DISTRO}.0" -- cgit v1.2.3-54-g00ecf