summaryrefslogtreecommitdiff
path: root/meta/packages/openobex/files
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-07-31 10:02:03 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-07-31 10:02:03 +0100
commit456d9191f10a1f23d6ea3d33cd923dcd80f2ce4b (patch)
treedeafd80b29023a06270fc9977046edad05f0dc6b /meta/packages/openobex/files
parent433c2d2318dc32843fb1f92487977d2152b72818 (diff)
downloadopenembedded-core-456d9191f10a1f23d6ea3d33cd923dcd80f2ce4b.tar.gz
openembedded-core-456d9191f10a1f23d6ea3d33cd923dcd80f2ce4b.tar.bz2
openembedded-core-456d9191f10a1f23d6ea3d33cd923dcd80f2ce4b.tar.xz
openembedded-core-456d9191f10a1f23d6ea3d33cd923dcd80f2ce4b.zip
openobex: 1.2 -> 1.5
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/openobex/files')
-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 c28921b8c..20ac70bd1 100644
--- a/meta/packages/openobex/files/libusb_crosscompile_check.patch
+++ b/meta/packages/openobex/files/libusb_crosscompile_check.patch
@@ -1,12 +1,13 @@
-diff -Naur openobex-1.2_old/acinclude.m4 openobex-1.2/acinclude.m4
---- openobex-1.2_old/acinclude.m4 2006-03-07 19:57:49.000000000 +0200
-+++ openobex-1.2/acinclude.m4 2006-04-18 23:07:25.000000000 +0300
-@@ -195,7 +195,7 @@
-
- if (test "${usb_enable}" = "yes" && test "${usb_found}" = "yes"); then
- AC_DEFINE(HAVE_USB, 1, [Define if system supports USB and it's enabled])
-- AC_CHECK_FILE(${usb_prefix}/lib/pkgconfig/libusb.pc, REQUIRES="$REQUIRES libusb")
+Index: openobex-1.5/acinclude.m4
+===================================================================
+--- openobex-1.5.orig/acinclude.m4 2009-02-08 18:30:22.000000000 +0000
++++ openobex-1.5/acinclude.m4 2009-07-31 09:55:46.000000000 +0100
+@@ -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"
- fi
-
- AM_CONDITIONAL(APPS, test "${apps_enable}" = "yes")
+ ;;
+ esac
+ AC_SUBST(USB_CFLAGS)