]> code.ossystems Code Review - meta-freescale.git/commitdiff
gettext: remove bbappends since the patch it adds does not apply
authorMatthew McClintock <msm@freescale.com>
Mon, 17 Sep 2012 21:34:58 +0000 (16:34 -0500)
committerMatthew McClintock <msm@freescale.com>
Tue, 18 Sep 2012 18:49:12 +0000 (13:49 -0500)
Signed-off-by: Matthew McClintock <msm@freescale.com>
meta-fsl-ppc/recipes-append/gettext/files/gettext.fix_testcase.patch [deleted file]
meta-fsl-ppc/recipes-append/gettext/gettext_0.18.1.1.bbappend [deleted file]

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 (file)
index 135f267..0000000
+++ /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 (file)
index 1a6d9f4..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-FILESEXTRAPATHS_prepend_fsl := "${THISDIR}/files:"
-
-SRC_URI_fsl += "file://gettext.fix_testcase.patch"
-
-PR_fsl .= "+${DISTRO}.0"