diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-11-26 11:29:02 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-11-26 11:29:02 +0000 |
commit | a863329a9644b45a9698c376ce78023254f28a90 (patch) | |
tree | 6b0dd35df7b116efe037cf8dffe90a4d34a58c07 /recipes/bluez | |
parent | dfd703169253ab4dc5946a4a9268505f46de3147 (diff) |
bluez4.inc : remove DISTRO hacks as they arent really needed its ok
to add the same info to the generic versions of variables. Also
PROVIDES_bluez4 was wrong as bluez4 isnt an OVERRIDE
Diffstat (limited to 'recipes/bluez')
-rw-r--r-- | recipes/bluez/bluez4.inc | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/recipes/bluez/bluez4.inc b/recipes/bluez/bluez4.inc index d0aeaefa8f..ab5dea1bde 100644 --- a/recipes/bluez/bluez4.inc +++ b/recipes/bluez/bluez4.inc @@ -4,20 +4,12 @@ SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "gst-plugins-base alsa-lib virtual/libusb0 dbus-glib" -INC_PR = "r4" +INC_PR = "r5" # 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" -RPROVIDES_bluez4-dev_angstrom = "bluez-libs-dev" - -# temporary solution for KaeilOS just to replace at least bluez-libs -PROVIDES_append_kaeilos = " bluez-utils-dbus bluez-utils bluez-libs" -RPROVIDES_bluez4-dev_kaeilos = "bluez-libs-dev" - +PROVIDES += "bluez-utils bluez-libs bluez-utils-dbus" +RPROVIDES_bluez4 += "bluez-utils bluez-libs bluez-utils-dbus" +RPROVIDES_bluez4-dev = "bluez-libs-dev" SRC_URI = "\ http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \ |