From patchwork Fri May 25 06:42:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Consolidated,Pull,25/45] minicom: fix build with automake 1.12 Date: Fri, 25 May 2012 06:42:04 -0000 From: Saul Wold X-Patchwork-Id: 28771 Message-Id: <7358ba74cd09c3ec1affafd498aea03a00564c52.1337927956.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../minicom_fix_for_automake-1.12.patch | 21 ++++++++++++++++++++ meta/recipes-extended/minicom/minicom_2.6.1.bb | 3 ++ 2 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch 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 new file mode 100644 index 0000000..aba6298 --- /dev/null +++ b/meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch @@ -0,0 +1,21 @@ +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 +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 diff --git a/meta/recipes-extended/minicom/minicom_2.6.1.bb b/meta/recipes-extended/minicom/minicom_2.6.1.bb index 3a9f934..b54853d 100644 --- a/meta/recipes-extended/minicom/minicom_2.6.1.bb +++ b/meta/recipes-extended/minicom/minicom_2.6.1.bb @@ -6,8 +6,11 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81" +PR = "r1" + SRC_URI = "http://alioth.debian.org/frs/download.php/3700/minicom-${PV}.tar.gz \ file://rename-conflicting-functions.patch \ + file://minicom_fix_for_automake-1.12.patch \ " # file://gcc4-scope.patch