[oe] [PATCH 2/7] openobex_1.5.bb: Get rid of legacy staging

Khem Raj raj.khem at gmail.com
Wed Aug 4 18:58:00 UTC 2010


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes/openobex/openobex_1.5.bb |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/openobex/openobex_1.5.bb b/recipes/openobex/openobex_1.5.bb
index fa08df7..7b08047 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"
-- 
1.7.1





More information about the Openembedded-devel mailing list