aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/minicom/minicom_2.3.bb
diff options
context:
space:
mode:
authormd <md@freiheit.com>2009-06-08 19:31:47 +0200
committermd <md@freiheit.com>2009-06-08 19:31:47 +0200
commita9a408c12539e4bb6679563ac8da28c32aa41f3a (patch)
tree7a6b32d94ce58bd8b7fe96818e88040eb2b06acb /recipes/minicom/minicom_2.3.bb
parent9ecf77a1cf4a7ae8b40727f20f0c324473923751 (diff)
downloadopenembedded-a9a408c12539e4bb6679563ac8da28c32aa41f3a.tar.gz
minicom: fix compile error due to conflicting function names
- the `getline()' function used in minicom.c may have been defined in stdio.h if __USE_GNU is defined - as a fix that function name is redefined within minicom.c
Diffstat (limited to 'recipes/minicom/minicom_2.3.bb')
-rw-r--r--recipes/minicom/minicom_2.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/minicom/minicom_2.3.bb b/recipes/minicom/minicom_2.3.bb
index 5b32401b1e..736ac84b70 100644
--- a/recipes/minicom/minicom_2.3.bb
+++ b/recipes/minicom/minicom_2.3.bb
@@ -2,6 +2,7 @@ SECTION = "console/network"
DEPENDS = "ncurses"
LICENSE = "GPL"
SRC_URI = "http://alioth.debian.org/frs/download.php/2332/minicom-${PV}.tar.gz \
+ file://rename-conflicting-functions.patch;patch=1 \
"
inherit autotools gettext