summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libidn
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-07-16 21:52:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-18 14:28:44 +0100
commit2a686494119ced9c1eca45b229aa8746dc8a143f (patch)
treeaa39b49143717a7ce368fd99aee9c320dbcd255e /meta/recipes-extended/libidn
parent4c1a768238fe9a36b7ed714c9c40951b7357410a (diff)
downloadopenembedded-core-2a686494119ced9c1eca45b229aa8746dc8a143f.tar.gz
fix my typos in patch headers
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/libidn')
-rw-r--r--meta/recipes-extended/libidn/libidn/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-extended/libidn/libidn/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch b/meta/recipes-extended/libidn/libidn/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch
index d3a921178e..3476bb9596 100644
--- a/meta/recipes-extended/libidn/libidn/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch
+++ b/meta/recipes-extended/libidn/libidn/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch
@@ -1,11 +1,11 @@
-Upsteam-Status: Inappropriate
+Upstream-Status: Inappropriate
-automake 1.12.x has depricated AM_PROG_MKDIR_P , and throws a warning for that,
-and the warnings are treated as errors becuase of the -Werror parameter.
+automake 1.12.x has deprecated AM_PROG_MKDIR_P , and throws a warning for that,
+and the warnings are treated as errors because of the -Werror parameter.
These AM_PROG_MKDIR_P are coming from gettext, and the latest gettext code has not
-eliminated these depricated macros yet. So disable the treatment of warnings
-as errors until gettext is updeated to remove the depricated macros.
+eliminated these deprecated macros yet. So disable the treatment of warnings
+as errors until gettext is updated to remove the deprecated macros.
Signed-Off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012/07/10