diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-31 10:02:03 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-31 10:02:03 +0100 |
commit | 456d9191f10a1f23d6ea3d33cd923dcd80f2ce4b (patch) | |
tree | deafd80b29023a06270fc9977046edad05f0dc6b /meta/packages | |
parent | 433c2d2318dc32843fb1f92487977d2152b72818 (diff) | |
download | openembedded-core-456d9191f10a1f23d6ea3d33cd923dcd80f2ce4b.tar.gz openembedded-core-456d9191f10a1f23d6ea3d33cd923dcd80f2ce4b.tar.bz2 openembedded-core-456d9191f10a1f23d6ea3d33cd923dcd80f2ce4b.zip |
openobex: 1.2 -> 1.5
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/openobex/files/libusb_crosscompile_check.patch | 23 | ||||
-rw-r--r-- | meta/packages/openobex/openobex_1.5.bb (renamed from meta/packages/openobex/openobex_1.2.bb) | 15 |
2 files changed, 15 insertions, 23 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 @@ -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) diff --git a/meta/packages/openobex/openobex_1.2.bb b/meta/packages/openobex/openobex_1.5.bb index 1824fc743e..8fc7e6dc7d 100644 --- a/meta/packages/openobex/openobex_1.2.bb +++ b/meta/packages/openobex/openobex_1.5.bb @@ -3,28 +3,19 @@ Object Exchange (OBEX) protocol." HOMEPAGE = "http://openobex.triq.net" SECTION = "libs" PROVIDES = "openobex-apps" -DEPENDS = "libusb bluez-libs" +DEPENDS = "libusb bluez4" LICENSE = "GPL" PR = "r4" -SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/bluetooth/openobex-${PV}.tar.gz \ file://disable-cable-test.patch;patch=1 \ file://libusb_crosscompile_check.patch;patch=1" -inherit autotools binconfig pkgconfig +inherit autotools_stage binconfig pkgconfig EXTRA_OECONF = "--enable-apps --enable-syslog --enable-dump \ --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.." -do_stage() { - oe_libinstall -so -C lib libopenobex ${STAGING_LIBDIR} - ln -sf libopenobex.so ${STAGING_LIBDIR}/libopenobex-1.2.so - install -d ${STAGING_INCDIR}/openobex - install -m 0644 include/*.h ${STAGING_INCDIR}/openobex/ - install -d ${STAGING_DATADIR}/aclocal - install -m 0644 openobex.m4 ${STAGING_DATADIR}/aclocal/ -} - # how to stop shlibrename from renaming -apps? PACKAGES += "openobex-apps" FILES_${PN} = "${libdir}/lib*.so.*" |