aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/obex/openobex/libusb_crosscompile_check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/obex/openobex/libusb_crosscompile_check.patch')
-rw-r--r--meta-oe/recipes-connectivity/obex/openobex/libusb_crosscompile_check.patch11
1 files changed, 0 insertions, 11 deletions
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)