diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-07-16 21:52:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-18 14:29:31 +0100 |
commit | 55faaa04cd8ae3d8f5d77eaaf86ebf82d1f61311 (patch) | |
tree | eb8790630735f56dab9059fc2b0da2a177a5a939 /meta/recipes-support | |
parent | 18d4ed7324a1349eaea9e33f3d363a451754b722 (diff) | |
download | poky-55faaa04cd8ae3d8f5d77eaaf86ebf82d1f61311.tar.gz |
fix my typos in patch headers
(From OE-Core rev: 2a686494119ced9c1eca45b229aa8746dc8a143f)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch | 10 | ||||
-rw-r--r-- | meta/recipes-support/gnutls/gnutls/gnutls_fix_for_automake_1.12.1.patch | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-support/gnutls/gnutls/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch b/meta/recipes-support/gnutls/gnutls/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch index dde683f26d..479596e53f 100644 --- a/meta/recipes-support/gnutls/gnutls/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch +++ b/meta/recipes-support/gnutls/gnutls/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch | |||
@@ -1,11 +1,11 @@ | |||
1 | Upsteam-Status: Inappropriate | 1 | Upstream-Status: Inappropriate |
2 | 2 | ||
3 | automake 1.12.x has depricated AM_PROG_MKDIR_P , and throws a warning for that, | 3 | automake 1.12.x has deprecated AM_PROG_MKDIR_P , and throws a warning for that, |
4 | and the warnings are treated as errors becuase of the -Werror parameter. | 4 | and the warnings are treated as errors because of the -Werror parameter. |
5 | 5 | ||
6 | These AM_PROG_MKDIR_P are coming from gettext, and the latest gettext code has not | 6 | These AM_PROG_MKDIR_P are coming from gettext, and the latest gettext code has not |
7 | eliminated these depricated macros yet. So disable the treatment of warnings | 7 | eliminated these deprecated macros yet. So disable the treatment of warnings |
8 | as errors until gettext is updeated to remove the depricated macros. | 8 | as errors until gettext is updated to remove the deprecated macros. |
9 | 9 | ||
10 | Signed-Off-by: Nitin A Kamble <nitin.a.kamble@intel.com> | 10 | Signed-Off-by: Nitin A Kamble <nitin.a.kamble@intel.com> |
11 | 2012/07/09 | 11 | 2012/07/09 |
diff --git a/meta/recipes-support/gnutls/gnutls/gnutls_fix_for_automake_1.12.1.patch b/meta/recipes-support/gnutls/gnutls/gnutls_fix_for_automake_1.12.1.patch index 1625255583..c742e6c9fe 100644 --- a/meta/recipes-support/gnutls/gnutls/gnutls_fix_for_automake_1.12.1.patch +++ b/meta/recipes-support/gnutls/gnutls/gnutls_fix_for_automake_1.12.1.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | Upsteam-Status: Pending | 1 | Upstream-Status: Pending |
2 | 2 | ||
3 | Avoids these kind of warnings: | 3 | Avoids these kind of warnings: |
4 | Warning: 'libgnutls.la': linking libtool libraries using a non-POSIX archiver requires 'AM_PROG_AR' in 'configure.ac' | 4 | Warning: 'libgnutls.la': linking libtool libraries using a non-POSIX archiver requires 'AM_PROG_AR' in 'configure.ac' |