]> code.ossystems Code Review - openembedded-core.git/commitdiff
fix my typos in patch headers
authorNitin A Kamble <nitin.a.kamble@intel.com>
Tue, 17 Jul 2012 04:52:49 +0000 (21:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Jul 2012 13:28:44 +0000 (14:28 +0100)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/libidn/libidn/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch
meta/recipes-support/gnutls/gnutls/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch
meta/recipes-support/gnutls/gnutls/gnutls_fix_for_automake_1.12.1.patch

index d3a921178e07052b233150c84fe852e7d355ade7..3476bb95967427098f57c1a97004d9c6f28a661d 100644 (file)
@@ -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
index dde683f26de01f7732f70d0d5dd4e349e51aa146..479596e53f23f76f4b917bcc409aeb7198939af3 100644 (file)
@@ -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/09
index 1625255583ddc5cc747398e3ceb454e0831fa975..c742e6c9feffbe0749b132450f7d7a9a18b46a63 100644 (file)
@@ -1,4 +1,4 @@
-Upsteam-Status: Pending
+Upstream-Status: Pending
 
 Avoids these kind of warnings:
 Warning: 'libgnutls.la': linking libtool libraries using a non-POSIX archiver requires 'AM_PROG_AR' in 'configure.ac'