From 4b4a62ec0760873b96b738751bf9492aa2efb922 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Mon, 13 Mar 2017 09:56:35 +0100 Subject: recipes: delete obsolete patches Deleted bunch of patches which are not used anymore by any recipe. Signed-off-by: Oleksandr Kravchuk Signed-off-by: Martin Jansa --- .../obex/openobex/disable-cable-test.patch | 16 ---------------- .../obex/openobex/libusb_crosscompile_check.patch | 11 ----------- .../obex/openobex/separate_builddir.patch | 16 ---------------- 3 files changed, 43 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/obex/openobex/disable-cable-test.patch delete mode 100644 meta-oe/recipes-connectivity/obex/openobex/libusb_crosscompile_check.patch delete mode 100644 meta-oe/recipes-connectivity/obex/openobex/separate_builddir.patch (limited to 'meta-oe/recipes-connectivity/obex') 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 95b636dd8f..0000000000 --- a/meta-oe/recipes-connectivity/obex/openobex/disable-cable-test.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- openobex-1.2/apps/Makefile.am~disable-cable-test -+++ openobex-1.2/apps/Makefile.am -@@ -6,7 +6,7 @@ - obex_io.c obex_io.h \ - obex_put_common.c obex_put_common.h - --bin_PROGRAMS = irxfer obex_tcp irobex_palm3 obex_test -+bin_PROGRAMS = irxfer obex_tcp irobex_palm3 - - obex_test_SOURCES = \ - 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 1177dfeac9..0000000000 --- a/meta-oe/recipes-connectivity/obex/openobex/libusb_crosscompile_check.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- /tmp/acinclude.m4 2009-04-12 10:32:15.000000000 +0200 -+++ openobex-1.5/acinclude.m4 2009-04-12 10:32:38.000000000 +0200 -@@ -158,7 +158,7 @@ - ;; - *) - PKG_CHECK_MODULES(USB, libusb, usb_lib_found=yes, AC_MSG_RESULT(no)) -- AC_CHECK_FILE(${prefix}/lib/pkgconfig/libusb.pc, REQUIRES="libusb") -+ REQUIRES="libusb" - ;; - esac - 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 8abf8ae242..0000000000 --- a/meta-oe/recipes-connectivity/obex/openobex/separate_builddir.patch +++ /dev/null @@ -1,16 +0,0 @@ -Fix detection of IrDA failing with B!=S - -Upstream-Status: Pending - -Signed-off-by: Paul Eggleton - ---- a/acinclude.m4 2014-05-24 14:05:41.757796816 +0100 -+++ b/acinclude.m4 2014-05-24 14:03:06.556795536 +0100 -@@ -54,6 +54,7 @@ - ]) - - AC_DEFUN([AC_PATH_IRDA_LINUX], [ -+ CPPFLAGS="${CPPFLAGS} -I${srcdir}" - AC_CACHE_CHECK([for IrDA support], irda_found, [ - AC_TRY_COMPILE([ - #include -- cgit 1.2.3-korg