summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-05-03 09:57:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-25 11:17:59 +0100
commit244417def80c784753a2375dd914f437960fd4b5 (patch)
tree74a48bf776199023d86cf78d2415da02ac07e27e /meta/recipes-extended
parenta23a7794f85d5678f59c7e62d1a74dbfbfd32edd (diff)
downloadpoky-244417def80c784753a2375dd914f437960fd4b5.tar.gz
minicom: fix build with automake 1.12
(From OE-Core rev: 8046c8285152e854e3d4fc47199bb65dbca8002e) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch21
-rw-r--r--meta/recipes-extended/minicom/minicom_2.6.1.bb3
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 0000000000..aba6298bba
--- /dev/null
+++ b/meta/recipes-extended/minicom/minicom-2.6.1/minicom_fix_for_automake-1.12.patch
@@ -0,0 +1,21 @@
1Upstream-Status: Pending
2
3This patch fixes following issue with automake 1.12
4
5| configure.in:193: error: automatic de-ANSI-fication support has been removed
6
7Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
82012/05/03
9
10Index: minicom-2.6.1/configure.in
11===================================================================
12--- minicom-2.6.1.orig/configure.in
13+++ minicom-2.6.1/configure.in
14@@ -190,7 +190,6 @@ AC_CHECK_HEADERS(stdarg.h varargs.h term
15
16 dnl Checks for typedefs, structures, and compiler characteristics.
17 AC_C_CONST
18-AM_C_PROTOTYPES
19 AC_TYPE_UID_T
20 AC_TYPE_MODE_T
21 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 3a9f9340dd..b54853df46 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+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \
7 file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81" 7 file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81"
8 8
9PR = "r1"
10
9SRC_URI = "http://alioth.debian.org/frs/download.php/3700/minicom-${PV}.tar.gz \ 11SRC_URI = "http://alioth.debian.org/frs/download.php/3700/minicom-${PV}.tar.gz \
10 file://rename-conflicting-functions.patch \ 12 file://rename-conflicting-functions.patch \
13 file://minicom_fix_for_automake-1.12.patch \
11 " 14 "
12# file://gcc4-scope.patch 15# file://gcc4-scope.patch
13 16