diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/obex')
3 files changed, 0 insertions, 43 deletions
diff --git a/meta-oe/recipes-connectivity/obex/openobex/disable-cable-test.patch b/meta-oe/recipes-connectivity/obex/openobex/disable-cable-test.patch deleted file mode 100644 index 95b636dd8..000000000 --- a/meta-oe/recipes-connectivity/obex/openobex/disable-cable-test.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | |||
2 | # | ||
3 | # Patch managed by http://www.holgerschurig.de/patcher.html | ||
4 | # | ||
5 | |||
6 | --- openobex-1.2/apps/Makefile.am~disable-cable-test | ||
7 | +++ openobex-1.2/apps/Makefile.am | ||
8 | @@ -6,7 +6,7 @@ | ||
9 | obex_io.c obex_io.h \ | ||
10 | obex_put_common.c obex_put_common.h | ||
11 | |||
12 | -bin_PROGRAMS = irxfer obex_tcp irobex_palm3 obex_test | ||
13 | +bin_PROGRAMS = irxfer obex_tcp irobex_palm3 | ||
14 | |||
15 | obex_test_SOURCES = \ | ||
16 | obex_test.c obex_test.h \ | ||
diff --git a/meta-oe/recipes-connectivity/obex/openobex/libusb_crosscompile_check.patch b/meta-oe/recipes-connectivity/obex/openobex/libusb_crosscompile_check.patch deleted file mode 100644 index 1177dfeac..000000000 --- a/meta-oe/recipes-connectivity/obex/openobex/libusb_crosscompile_check.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- /tmp/acinclude.m4 2009-04-12 10:32:15.000000000 +0200 | ||
2 | +++ openobex-1.5/acinclude.m4 2009-04-12 10:32:38.000000000 +0200 | ||
3 | @@ -158,7 +158,7 @@ | ||
4 | ;; | ||
5 | *) | ||
6 | PKG_CHECK_MODULES(USB, libusb, usb_lib_found=yes, AC_MSG_RESULT(no)) | ||
7 | - AC_CHECK_FILE(${prefix}/lib/pkgconfig/libusb.pc, REQUIRES="libusb") | ||
8 | + REQUIRES="libusb" | ||
9 | ;; | ||
10 | esac | ||
11 | AC_SUBST(USB_CFLAGS) | ||
diff --git a/meta-oe/recipes-connectivity/obex/openobex/separate_builddir.patch b/meta-oe/recipes-connectivity/obex/openobex/separate_builddir.patch deleted file mode 100644 index 8abf8ae24..000000000 --- a/meta-oe/recipes-connectivity/obex/openobex/separate_builddir.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | Fix detection of IrDA failing with B!=S | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | |||
5 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
6 | |||
7 | --- a/acinclude.m4 2014-05-24 14:05:41.757796816 +0100 | ||
8 | +++ b/acinclude.m4 2014-05-24 14:03:06.556795536 +0100 | ||
9 | @@ -54,6 +54,7 @@ | ||
10 | ]) | ||
11 | |||
12 | AC_DEFUN([AC_PATH_IRDA_LINUX], [ | ||
13 | + CPPFLAGS="${CPPFLAGS} -I${srcdir}" | ||
14 | AC_CACHE_CHECK([for IrDA support], irda_found, [ | ||
15 | AC_TRY_COMPILE([ | ||
16 | #include <sys/socket.h> | ||