diff options
-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" |