diff options
| -rw-r--r-- | meta-gnome/recipes-connectivity/obex/obexd/ssize_t_definition.patch | 40 | ||||
| -rw-r--r-- | meta-gnome/recipes-connectivity/obex/obexd_0.48.bb | 23 |
2 files changed, 0 insertions, 63 deletions
diff --git a/meta-gnome/recipes-connectivity/obex/obexd/ssize_t_definition.patch b/meta-gnome/recipes-connectivity/obex/obexd/ssize_t_definition.patch deleted file mode 100644 index 570cb9ef37..0000000000 --- a/meta-gnome/recipes-connectivity/obex/obexd/ssize_t_definition.patch +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | From fb5056fea9559b3ec3bb61967a112b6c793b700d Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Tue, 8 Jan 2013 21:33:34 -0800 | ||
| 4 | Subject: [PATCH] include unistd.h to get ssize_t definitions | ||
| 5 | |||
| 6 | Fixes errors like | ||
| 7 | |||
| 8 | | In file included from plugins/mas.c:36:0: | ||
| 9 | | ./src/obex.h:39:1: error: unknown type name 'ssize_t' | ||
| 10 | | ./src/obex.h:49:1: error: unknown type name 'ssize_t' | ||
| 11 | | ./src/obex.h:50:1: error: unknown type name 'ssize_t' | ||
| 12 | | In file included from plugins/mas.c:38:0: | ||
| 13 | | ./src/mimetype.h:36:2: error: expected specifier-qualifier-list before 'ssize_t' | ||
| 14 | | In file included from plugins/mas.c:39:0: | ||
| 15 | | plugins/filesystem.h:24:1: error: unknown type name 'ssize_t' | ||
| 16 | | plugins/mas.c:550:1: error: unknown type name 'ssize_t' | ||
| 17 | | plugins/mas.c:557:1: error: unknown type name 'ssize_t' | ||
| 18 | | plugins/mas.c: In function 'any_read': | ||
| 19 | | plugins/mas.c:560:2: error: unknown type name 'ssize_t' | ||
| 20 | |||
| 21 | Upstream-Status: Pending | ||
| 22 | |||
| 23 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 24 | |||
| 25 | --- | ||
| 26 | plugins/mas.c | 1 + | ||
| 27 | 1 file changed, 1 insertion(+) | ||
| 28 | |||
| 29 | diff --git a/plugins/mas.c b/plugins/mas.c | ||
| 30 | index 1b18059..b519507 100644 | ||
| 31 | --- a/plugins/mas.c | ||
| 32 | +++ b/plugins/mas.c | ||
| 33 | @@ -30,6 +30,7 @@ | ||
| 34 | #include <glib.h> | ||
| 35 | #include <fcntl.h> | ||
| 36 | #include <inttypes.h> | ||
| 37 | +#include <unistd.h> | ||
| 38 | |||
| 39 | #include <gobex/gobex.h> | ||
| 40 | #include <gobex/gobex-apparam.h> | ||
diff --git a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb b/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb deleted file mode 100644 index 6096bed735..0000000000 --- a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | SUMMARY = "OBEX Server and Client" | ||
| 2 | # obexd was integrated into bluez5 | ||
| 3 | DEPENDS = "glib-2.0 dbus libical" | ||
| 4 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}" | ||
| 5 | |||
| 6 | LICENSE = "GPLv2" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | ||
| 8 | |||
| 9 | SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz \ | ||
| 10 | file://ssize_t_definition.patch \ | ||
| 11 | " | ||
| 12 | SRC_URI[md5sum] = "d03cf9bad2983243837f4f6d76ef14a6" | ||
| 13 | SRC_URI[sha256sum] = "eaa9d8d9542700e6750918d72a3ce00f8cf3a2771d3e2516efd1be5a05f78582" | ||
| 14 | |||
| 15 | inherit autotools-brokensep pkgconfig | ||
| 16 | |||
| 17 | PACKAGES =+ "obex-client obex-plugins" | ||
| 18 | |||
| 19 | FILES_${PN} += "${datadir}/dbus-1/services/${PN}.service" | ||
| 20 | FILES_obex-client = "${libexecdir}/obex-client \ | ||
| 21 | ${datadir}/dbus-1/services/obex-client.service" | ||
| 22 | # currently the plugins are empty | ||
| 23 | FILES_obex-plugins = "${libdir}/obex/plugins" | ||
