diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-05-03 09:57:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-25 11:17:38 +0100 |
commit | 8046c8285152e854e3d4fc47199bb65dbca8002e (patch) | |
tree | bca70af9085bc8e0e55f376115868c56032b414f /meta/recipes-extended/minicom | |
parent | 42d77fa2b90998d6a19e7a99d36c429e6faa5934 (diff) | |
download | openembedded-core-contrib-8046c8285152e854e3d4fc47199bb65dbca8002e.tar.gz |
minicom: fix build with automake 1.12
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-extended/minicom')
-rw-r--r-- | meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch | 21 | ||||
-rw-r--r-- | meta/recipes-extended/minicom/minicom_2.6.1.bb | 3 |
2 files changed, 24 insertions, 0 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 new file mode 100644 index 00000000000..aba6298bba9 --- /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 <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 diff --git a/meta/recipes-extended/minicom/minicom_2.6.1.bb b/meta/recipes-extended/minicom/minicom_2.6.1.bb index 3a9f9340dde..b54853df469 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 |