[oe-commits] Mike Westerhof : openobex_1.5.bb: fix missing openobex.m4 file in staging.

GIT User account git at amethyst.openembedded.net
Mon May 11 04:11:25 UTC 2009


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Sun May 10 23:04:49 2009 -0500

openobex_1.5.bb: fix missing openobex.m4 file in staging.

---

 recipes/openobex/openobex_1.5.bb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/recipes/openobex/openobex_1.5.bb b/recipes/openobex/openobex_1.5.bb
index ab69cf1..faa6c06 100644
--- a/recipes/openobex/openobex_1.5.bb
+++ b/recipes/openobex/openobex_1.5.bb
@@ -5,6 +5,7 @@ SECTION = "libs"
 PROVIDES = "openobex-apps"
 DEPENDS = "libusb-compat bluez4"
 LICENSE = "GPL"
+PR = "r1"
 
 SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/openobex-${PV}.tar.gz \
            file://disable-cable-test.patch;patch=1 \
@@ -15,6 +16,11 @@ inherit autotools_stage 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
+}
+
 PACKAGES += "openobex-apps"
 FILES_${PN} = "${libdir}/lib*.so.*"
 FILES_${PN}-dev += "${bindir}/openobex-config"





More information about the Openembedded-commits mailing list