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

GIT User account git at amethyst.openembedded.net
Fri Mar 20 12:42:44 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: e367cc2a79f5a1f3adddbdee946353e35a4f8a8f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e367cc2a79f5a1f3adddbdee946353e35a4f8a8f

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

bluez4: state the include files

---

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

diff --git a/packages/bluez/bluez4_4.33.bb b/packages/bluez/bluez4_4.33.bb
index c14a756..7051ffa 100644
--- a/packages/bluez/bluez4_4.33.bb
+++ b/packages/bluez/bluez4_4.33.bb
@@ -5,7 +5,7 @@ PRIORITY = "optional"
 DEPENDS = "gst-plugins-base alsa-lib libusb1 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