From: Matthew McClintock Date: Mon, 17 Sep 2012 21:34:58 +0000 (-0500) Subject: gettext: remove bbappends since the patch it adds does not apply X-Git-Tag: 2.1~534^2~393 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=449ae4b9abf9e2130c53df458602bd1ea7593441;p=meta-freescale.git gettext: remove bbappends since the patch it adds does not apply Signed-off-by: Matthew McClintock --- diff --git a/meta-fsl-ppc/recipes-append/gettext/files/gettext.fix_testcase.patch b/meta-fsl-ppc/recipes-append/gettext/files/gettext.fix_testcase.patch deleted file mode 100644 index 135f2678..00000000 --- a/meta-fsl-ppc/recipes-append/gettext/files/gettext.fix_testcase.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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/meta-fsl-ppc/recipes-append/gettext/gettext_0.18.1.1.bbappend b/meta-fsl-ppc/recipes-append/gettext/gettext_0.18.1.1.bbappend deleted file mode 100644 index 1a6d9f41..00000000 --- a/meta-fsl-ppc/recipes-append/gettext/gettext_0.18.1.1.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/files:" - -SRC_URI_fsl += "file://gettext.fix_testcase.patch" - -PR_fsl .= "+${DISTRO}.0"