aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch')
-rw-r--r--meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch b/meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch
deleted file mode 100644
index aba6298bba..0000000000
--- a/meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Upstream-Status: Pending
-
-This patch fixes following issue with automake 1.12
-
-| configure.in:193: error: automatic de-ANSI-fication support has been removed
-
-Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
-2012/05/03
-
-Index: minicom-2.6.1/configure.in
-===================================================================
---- minicom-2.6.1.orig/configure.in
-+++ minicom-2.6.1/configure.in
-@@ -190,7 +190,6 @@ AC_CHECK_HEADERS(stdarg.h varargs.h term
-
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
--AM_C_PROTOTYPES
- AC_TYPE_UID_T
- AC_TYPE_MODE_T
- AC_TYPE_PID_T