aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openobex/openobex_1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/openobex/openobex_1.5.bb')
-rw-r--r--recipes/openobex/openobex_1.5.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/openobex/openobex_1.5.bb b/recipes/openobex/openobex_1.5.bb
index fa08df7f2d..7b080470d0 100644
--- a/recipes/openobex/openobex_1.5.bb
+++ b/recipes/openobex/openobex_1.5.bb
@@ -5,20 +5,20 @@ SECTION = "libs"
PROVIDES = "openobex-apps"
DEPENDS = "virtual/libusb0 bluez-libs"
LICENSE = "GPLv2/LGPLv2.1"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/openobex-${PV}.tar.gz \
file://disable-cable-test.patch \
file://libusb_crosscompile_check.patch"
-inherit autotools_stage binconfig pkgconfig
+inherit autotools binconfig pkgconfig
EXTRA_OECONF = "--enable-apps --enable-syslog --enable-dump \
--with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.."
-do_stage_append() {
- install -d ${STAGING_DATADIR}/aclocal
- install -m 0644 ${S}/openobex.m4 ${STAGING_DATADIR}/aclocal
+do_install_append() {
+ install -d ${D}${datadir}/aclocal
+ install -m 0644 ${S}/openobex.m4 ${D}${datadir}/aclocal
}
PACKAGES += "openobex-apps"