[oe-commits] Khem Raj : openobex_1.5.bb: Get rid of legacy staging

git version control git at git.openembedded.org
Thu Aug 5 15:26:24 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 189ef00c64b4748d4f647ded2e0d6d0830556662
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=189ef00c64b4748d4f647ded2e0d6d0830556662

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Aug  4 11:36:23 2010 -0700

openobex_1.5.bb: Get rid of legacy staging

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Martin Jansa <Martin.Jansa 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"





More information about the Openembedded-commits mailing list