[oe-commits] Rolf Leggewie : bluez4: make it generally provide bluez-libs and bluez-utils

git version control git at git.openembedded.org
Fri Aug 14 18:55:30 UTC 2009


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

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Tue Jun 23 21:55:33 2009 +0900

bluez4: make it generally provide bluez-libs and bluez-utils

* reorder fields according to Style Guide

---

 recipes/bluez/bluez4.inc |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/recipes/bluez/bluez4.inc b/recipes/bluez/bluez4.inc
index 7f69677..738d033 100644
--- a/recipes/bluez/bluez4.inc
+++ b/recipes/bluez/bluez4.inc
@@ -1,10 +1,14 @@
 DESCRIPTION = "Linux Bluetooth Stack Userland V4"
+HOMEPAGE = "http://www.bluez.org"
 SECTION = "libs"
 PRIORITY = "optional"
-DEPENDS = "gst-plugins-base alsa-lib virtual/libusb0 dbus-glib"
-HOMEPAGE = "http://www.bluez.org"
 LICENSE = "GPL"
-INC_PR = "r3"
+DEPENDS = "gst-plugins-base alsa-lib virtual/libusb0 dbus-glib"
+INC_PR = "r4"
+
+# temporary solution until bug 5176 is properly fixed
+PROVIDES_bluez4 += "bluez-utils bluez-libs"
+RPROVIDES_bluez4 += "bluez-utils bluez-libs"
 
 # For angstrom we want this to replace at least bluez-libs
 PROVIDES_append_angstrom = " bluez-utils-dbus bluez-utils bluez-libs"





More information about the Openembedded-commits mailing list