diff options
author | Shane Wang <shane.wang@intel.com> | 2012-03-14 23:05:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 12:40:09 +0000 |
commit | 2ac64d0c351c63068a91fec5d73d848cfde8d173 (patch) | |
tree | 4ce6c2c22f9ee1788678028ea7d0ad63496f6886 /meta/recipes-extended/minicom/minicom-2.5/rename-conflicting-functions.patch | |
parent | f79819fe3d78c1da74753174efbc2fb2b1239da0 (diff) | |
download | openembedded-core-2ac64d0c351c63068a91fec5d73d848cfde8d173.tar.gz openembedded-core-2ac64d0c351c63068a91fec5d73d848cfde8d173.tar.bz2 openembedded-core-2ac64d0c351c63068a91fec5d73d848cfde8d173.zip |
minicom: upgrade to 2.6.1
Signed-off-by: Shane Wang <shane.wang@intel.com>
Diffstat (limited to 'meta/recipes-extended/minicom/minicom-2.5/rename-conflicting-functions.patch')
-rw-r--r-- | meta/recipes-extended/minicom/minicom-2.5/rename-conflicting-functions.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-extended/minicom/minicom-2.5/rename-conflicting-functions.patch b/meta/recipes-extended/minicom/minicom-2.5/rename-conflicting-functions.patch deleted file mode 100644 index 1a50f18856..0000000000 --- a/meta/recipes-extended/minicom/minicom-2.5/rename-conflicting-functions.patch +++ /dev/null @@ -1,15 +0,0 @@ -Upstream-Status: Pending - ---- minicom-2.3/src/minicom.c-orig 2009-06-08 14:49:07.000000000 +0200 -+++ minicom-2.3/src/minicom.c 2009-06-08 14:50:23.000000000 +0200 -@@ -63,6 +63,10 @@ - } - #endif /*DEBUG*/ - -+#ifdef __USE_GNU -+#define getline minicom_getline -+#endif -+ - /* - * Sub - menu's. - */ |