summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-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 @@
1Upsteam-Status: Inappropriate 1Upstream-Status: Inappropriate
2 2
3automake 1.12.x has depricated AM_PROG_MKDIR_P , and throws a warning for that, 3automake 1.12.x has deprecated AM_PROG_MKDIR_P , and throws a warning for that,
4and the warnings are treated as errors becuase of the -Werror parameter. 4and the warnings are treated as errors because of the -Werror parameter.
5 5
6These AM_PROG_MKDIR_P are coming from gettext, and the latest gettext code has not 6These AM_PROG_MKDIR_P are coming from gettext, and the latest gettext code has not
7eliminated these depricated macros yet. So disable the treatment of warnings 7eliminated these deprecated macros yet. So disable the treatment of warnings
8as errors until gettext is updeated to remove the depricated macros. 8as errors until gettext is updated to remove the deprecated macros.
9 9
10Signed-Off-by: Nitin A Kamble <nitin.a.kamble@intel.com> 10Signed-Off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
112012/07/10 112012/07/10