summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/obex/openobex-1.5/libusb_crosscompile_check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/obex/openobex-1.5/libusb_crosscompile_check.patch')
-rw-r--r--meta-oe/recipes-connectivity/obex/openobex-1.5/libusb_crosscompile_check.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/obex/openobex-1.5/libusb_crosscompile_check.patch b/meta-oe/recipes-connectivity/obex/openobex-1.5/libusb_crosscompile_check.patch
new file mode 100644
index 000000000..1177dfeac
--- /dev/null
+++ b/meta-oe/recipes-connectivity/obex/openobex-1.5/libusb_crosscompile_check.patch
@@ -0,0 +1,11 @@
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)