From: Khem Raj Date: Wed, 4 Aug 2010 18:36:23 +0000 (-0700) Subject: openobex_1.5.bb: Get rid of legacy staging X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=189ef00c64b4748d4f647ded2e0d6d0830556662;p=openembedded.git openobex_1.5.bb: Get rid of legacy staging Signed-off-by: Khem Raj Acked-by: Martin Jansa --- 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"