diff options
Diffstat (limited to 'meta')
-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 @@ | |||
1 | diff -Naur openobex-1.2_old/acinclude.m4 openobex-1.2/acinclude.m4 | 1 | Index: 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) |
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." | |||
3 | HOMEPAGE = "http://openobex.triq.net" | 3 | HOMEPAGE = "http://openobex.triq.net" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | PROVIDES = "openobex-apps" | 5 | PROVIDES = "openobex-apps" |
6 | DEPENDS = "libusb bluez-libs" | 6 | DEPENDS = "libusb bluez4" |
7 | LICENSE = "GPL" | 7 | LICENSE = "GPL" |
8 | PR = "r4" | 8 | PR = "r4" |
9 | 9 | ||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \ | 10 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/bluetooth/openobex-${PV}.tar.gz \ |
11 | file://disable-cable-test.patch;patch=1 \ | 11 | file://disable-cable-test.patch;patch=1 \ |
12 | file://libusb_crosscompile_check.patch;patch=1" | 12 | file://libusb_crosscompile_check.patch;patch=1" |
13 | 13 | ||
14 | inherit autotools binconfig pkgconfig | 14 | inherit autotools_stage binconfig pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF = "--enable-apps --enable-syslog --enable-dump \ | 16 | EXTRA_OECONF = "--enable-apps --enable-syslog --enable-dump \ |
17 | --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.." | 17 | --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.." |
18 | 18 | ||
19 | do_stage() { | ||
20 | oe_libinstall -so -C lib libopenobex ${STAGING_LIBDIR} | ||
21 | ln -sf libopenobex.so ${STAGING_LIBDIR}/libopenobex-1.2.so | ||
22 | install -d ${STAGING_INCDIR}/openobex | ||
23 | install -m 0644 include/*.h ${STAGING_INCDIR}/openobex/ | ||
24 | install -d ${STAGING_DATADIR}/aclocal | ||
25 | install -m 0644 openobex.m4 ${STAGING_DATADIR}/aclocal/ | ||
26 | } | ||
27 | |||
28 | # how to stop shlibrename from renaming -apps? | 19 | # how to stop shlibrename from renaming -apps? |
29 | PACKAGES += "openobex-apps" | 20 | PACKAGES += "openobex-apps" |
30 | FILES_${PN} = "${libdir}/lib*.so.*" | 21 | FILES_${PN} = "${libdir}/lib*.so.*" |