summaryrefslogtreecommitdiffstats
path: root/meta/packages/openobex/files/libusb_crosscompile_check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/openobex/files/libusb_crosscompile_check.patch')
-rw-r--r--meta/packages/openobex/files/libusb_crosscompile_check.patch23
1 files changed, 12 insertions, 11 deletions
diff --git a/meta/packages/openobex/files/libusb_crosscompile_check.patch b/meta/packages/openobex/files/libusb_crosscompile_check.patch
index c28921b8ca..20ac70bd1e 100644
--- a/meta/packages/openobex/files/libusb_crosscompile_check.patch
+++ b/meta/packages/openobex/files/libusb_crosscompile_check.patch
@@ -1,12 +1,13 @@
1diff -Naur openobex-1.2_old/acinclude.m4 openobex-1.2/acinclude.m4 1Index: openobex-1.5/acinclude.m4
2--- openobex-1.2_old/acinclude.m4 2006-03-07 19:57:49.000000000 +0200 2===================================================================
3+++ openobex-1.2/acinclude.m4 2006-04-18 23:07:25.000000000 +0300 3--- openobex-1.5.orig/acinclude.m4 2009-02-08 18:30:22.000000000 +0000
4@@ -195,7 +195,7 @@ 4+++ openobex-1.5/acinclude.m4 2009-07-31 09:55:46.000000000 +0100
5 5@@ -158,7 +158,7 @@
6 if (test "${usb_enable}" = "yes" && test "${usb_found}" = "yes"); then 6 ;;
7 AC_DEFINE(HAVE_USB, 1, [Define if system supports USB and it's enabled]) 7 *)
8- AC_CHECK_FILE(${usb_prefix}/lib/pkgconfig/libusb.pc, REQUIRES="$REQUIRES libusb") 8 PKG_CHECK_MODULES(USB, libusb, usb_lib_found=yes, AC_MSG_RESULT(no))
9- AC_CHECK_FILE(${prefix}/lib/pkgconfig/libusb.pc, REQUIRES="libusb")
9+ REQUIRES="libusb" 10+ REQUIRES="libusb"
10 fi 11 ;;
11 12 esac
12 AM_CONDITIONAL(APPS, test "${apps_enable}" = "yes") 13 AC_SUBST(USB_CFLAGS)