diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-23 21:55:33 +0900 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-08-14 20:53:15 +0200 |
commit | fd0274113e96e9d4f60b6217f97ef7b365852259 (patch) | |
tree | 04aca6b800402b470833196562bed45376c0eb24 | |
parent | dc0604b297a6d3bf66baff8cd657ad0b677b1bea (diff) |
bluez4: make it generally provide bluez-libs and bluez-utils
* reorder fields according to Style Guide
-rw-r--r-- | 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 7f69677345..738d033006 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" |