summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext-0.16.1/fixchicken.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-03-17 01:12:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-17 17:40:55 +0000
commit3072c245da1a36205cd5e258515eff16f6f7f55e (patch)
tree10633949a1f179d782cb5d6e4ff6934caa5c9d05 /meta/recipes-core/gettext/gettext-0.16.1/fixchicken.patch
parent490bbfbe4b4c7ec9c0942b5fadae1ad12af31c20 (diff)
downloadpoky-3072c245da1a36205cd5e258515eff16f6f7f55e.tar.gz
gettext: Upgrade GPLv2 version to 0.16.1
This adds a couple of new patches for handling various autoconf and autolocal issues. It also hardcodes a GETTEXT_MACRO_VERSION to 0.17 to match the native gettext. (From OE-Core rev: e897103a58ad672cc87d2bab3ec45501ef09f8f1) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/gettext/gettext-0.16.1/fixchicken.patch')
-rw-r--r--meta/recipes-core/gettext/gettext-0.16.1/fixchicken.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-core/gettext/gettext-0.16.1/fixchicken.patch b/meta/recipes-core/gettext/gettext-0.16.1/fixchicken.patch
new file mode 100644
index 0000000000..ef51056674
--- /dev/null
+++ b/meta/recipes-core/gettext/gettext-0.16.1/fixchicken.patch
@@ -0,0 +1,30 @@
1# Pulled from OpenEmbedded
2#
3# Commented by: Saul Wold <saul.wold@intel.com>
4
5Index: gettext-tools/m4/csharpcomp.m4
6===================================================================
7RCS file: /cvs/gettext/gettext/gettext-tools/m4/csharpcomp.m4,v
8retrieving revision 1.4
9retrieving revision 1.6
10diff -u -r1.4 -r1.6
11--- a/gettext-tools/m4/csharpcomp.m4 30 Jan 2004 11:01:18 -0000 1.4
12+++ a/gettext-tools/m4/csharpcomp.m4 26 May 2004 12:15:23 -0000 1.6
13@@ -1,4 +1,4 @@
14-# csharpcomp.m4 serial 2 (gettext-0.14.1)
15+# csharpcomp.m4 serial 4 (gettext-0.15)
16 dnl Copyright (C) 2003-2004 Free Software Foundation, Inc.
17 dnl This file is free software, distributed under the terms of the GNU
18 dnl General Public License. As a special exception to the GNU General
19@@ -43,7 +43,8 @@
20 ;;
21 sscli)
22 if test -n "$HAVE_CSC_IN_PATH" \
23- && csc -help >/dev/null 2>/dev/null; then
24+ && csc -help >/dev/null 2>/dev/null \
25+ && { if csc -help 2>/dev/null | grep -i chicken > /dev/null; then false; else true; fi; }; then
26 HAVE_CSC=1
27 ac_result="csc"
28 break
29
30