summaryrefslogtreecommitdiff
path: root/meta/recipes-core/gettext/gettext-0.17/gettext-error_print_progname.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-24 14:53:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-01 18:32:26 +0100
commit13fff2baf108e07eaf2d7e4c982bbdf9089c6bad (patch)
tree6f6391db5b97da5ab9d92bc2d89ff185b9eb696e /meta/recipes-core/gettext/gettext-0.17/gettext-error_print_progname.patch
parent089a577bbe89be35ed5b6c147eed87440a9936da (diff)
downloadopenembedded-core-13fff2baf108e07eaf2d7e4c982bbdf9089c6bad.tar.gz
openembedded-core-13fff2baf108e07eaf2d7e4c982bbdf9089c6bad.tar.bz2
openembedded-core-13fff2baf108e07eaf2d7e4c982bbdf9089c6bad.tar.xz
openembedded-core-13fff2baf108e07eaf2d7e4c982bbdf9089c6bad.zip
gettext: Update to 0.18.1.1
Add Upstream Status tags to patches Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/gettext/gettext-0.17/gettext-error_print_progname.patch')
-rw-r--r--meta/recipes-core/gettext/gettext-0.17/gettext-error_print_progname.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-core/gettext/gettext-0.17/gettext-error_print_progname.patch b/meta/recipes-core/gettext/gettext-0.17/gettext-error_print_progname.patch
deleted file mode 100644
index 0f67cd0b2..000000000
--- a/meta/recipes-core/gettext/gettext-0.17/gettext-error_print_progname.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: gettext-0.17/gettext-tools/libgettextpo/error.h
-===================================================================
---- gettext-0.17.orig/gettext-tools/libgettextpo/error.h 2008-07-27 21:16:25.561115527 +0200
-+++ gettext-0.17/gettext-tools/libgettextpo/error.h 2008-07-27 21:16:52.454440505 +0200
-@@ -49,7 +49,7 @@
- /* If NULL, error will flush stdout, then print on stderr the program
- name, a colon and a space. Otherwise, error will call this
- function without parameters instead. */
--extern DLL_VARIABLE void (*error_print_progname) (void);
-+void (*error_print_progname) (void);
-
- /* This variable is incremented each time `error' is called. */
- extern DLL_VARIABLE unsigned int error_message_count;