summaryrefslogtreecommitdiffstats
path: root/recipes/openobex
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-08-04 11:36:23 -0700
committerKhem Raj <raj.khem@gmail.com>2010-08-05 08:25:50 -0700
commit189ef00c64b4748d4f647ded2e0d6d0830556662 (patch)
treebca85f9c61d7451a251c10b3ff3ec16fc10c6aa1 /recipes/openobex
parentc55e51d03a08a62061765de4283ed1b1c4f2d12a (diff)
downloadopenembedded-189ef00c64b4748d4f647ded2e0d6d0830556662.tar.gz
openobex_1.5.bb: Get rid of legacy staging
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openobex')
-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"