summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gsm/files/lgsm_send_fix_return_value.patch
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-07-09 18:03:07 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-10 14:21:57 +0100
commit56e0835872574e26098c19ac712b5fda7bc924fd (patch)
treed40219b2979a90b9fcc4427dd7e20a0f61ad1f04 /meta/recipes-connectivity/gsm/files/lgsm_send_fix_return_value.patch
parent2e80a0b1f8cf023c6fb2b940e686b07f475205eb (diff)
downloadpoky-56e0835872574e26098c19ac712b5fda7bc924fd.tar.gz
libgsmd - remove
This project has been unmaintained for some time, and even the OpenMoko project is not using it any more (in favour of FSO). Since we have ofono in OE-Core which replaces and surpasses its functionality, we can remove libgsmd. (From OE-Core rev: 4cd880c61e9d74dbf1a747f3654239cadadf45ce) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/gsm/files/lgsm_send_fix_return_value.patch')
-rw-r--r--meta/recipes-connectivity/gsm/files/lgsm_send_fix_return_value.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-connectivity/gsm/files/lgsm_send_fix_return_value.patch b/meta/recipes-connectivity/gsm/files/lgsm_send_fix_return_value.patch
deleted file mode 100644
index 9ff1c9d28e..0000000000
--- a/meta/recipes-connectivity/gsm/files/lgsm_send_fix_return_value.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1Upstream-Status: Inappropriate [not used]
2
3--- gsm/src/libgsmd/libgsmd.c.orig 2007-09-25 00:41:56.000000000 -0500
4+++ gsm/src/libgsmd/libgsmd.c 2007-09-25 00:43:44.000000000 -0500
5@@ -210,7 +210,7 @@
6 pos += rc;
7 }
8 }
9- return 0;
10+ return (sizeof(*gmh) + gmh->len);
11 }
12
13 struct gsmd_msg_hdr *lgsm_gmh_fill(int type, int subtype, int payload_len)