[oe-commits] Koen Kooi : bluez4 4.39: actually run initscript

git version control git at git.openembedded.org
Mon Jun 8 19:32:26 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 8de54b716341d643b80144da6e9c0ee9e0042911
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8de54b716341d643b80144da6e9c0ee9e0042911

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri May 22 22:48:50 2009 +0200

bluez4 4.39: actually run initscript
* now *that's* an embarassing bug!

---

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

diff --git a/recipes/bluez/bluez4_4.39.bb b/recipes/bluez/bluez4_4.39.bb
index c28f260..531eedf 100644
--- a/recipes/bluez/bluez4_4.39.bb
+++ b/recipes/bluez/bluez4_4.39.bb
@@ -5,6 +5,8 @@ DEPENDS = "gst-plugins-base alsa-lib libusb-compat dbus-glib"
 HOMEPAGE = "http://www.bluez.org"
 LICENSE = "GPL"
 
+PR = "r1"
+
 # For angstrom we want this to replace at least bluez-libs
 PROVIDES_append_angstrom = " bluez-utils bluez-libs"
 
@@ -16,7 +18,7 @@ SRC_URI = "\
 "
 S = "${WORKDIR}/bluez-${PV}"
 
-inherit autotools_stage
+inherit autotools_stage update-rc.d
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
 
 EXTRA_OECONF = "\
@@ -47,6 +49,9 @@ do_install_append() {
         install -m 0644 ${WORKDIR}/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/
 }
 
+INITSCRIPT_NAME = "bluetooth"
+INITSCRIPT_PARAMS = "defaults 23 19"
+
 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