From a863329a9644b45a9698c376ce78023254f28a90 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Thu, 26 Nov 2009 11:29:02 +0000 Subject: 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 --- recipes/bluez/bluez4.inc | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'recipes') 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 \ -- cgit 1.2.3-korg