[oe-commits] Jan Lübbe : bluez4: stage the include files

GIT User account git at amethyst.openembedded.net
Thu Mar 26 10:45:16 UTC 2009


Module: openembedded.git
Branch: jan/master
Commit: fc8a3b9bc4c99e5e8789fc0f134268a3ce0fb128
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fc8a3b9bc4c99e5e8789fc0f134268a3ce0fb128

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Fri Mar 20 12:40:57 2009 +0000

bluez4: stage the include files

---

 recipes/bluez/bluez4_4.32.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/bluez/bluez4_4.32.bb b/recipes/bluez/bluez4_4.32.bb
index a45113c..b359d3b 100644
--- a/recipes/bluez/bluez4_4.32.bb
+++ b/recipes/bluez/bluez4_4.32.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 DEPENDS = "gst-plugins-base alsa-lib libusb-compat dbus-glib"
 HOMEPAGE = "http://www.bluez.org"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "\
   http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \
@@ -49,6 +49,11 @@ do_install_append() {
         install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/
 }
 
+
+do_stage() {
+	autotools_stage_all
+}
+
 PACKAGES =+ "gst-plugin-bluez libasound-module-bluez"
 
 FILES_gst-plugin-bluez = "${libdir}/gstreamer-0.10/lib*.so"





More information about the Openembedded-commits mailing list