[oe-commits] Graeme Gregory : bluez4.inc : remove DISTRO hacks as they arent really needed its ok

git version control git at git.openembedded.org
Fri Nov 27 13:23:49 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: a863329a9644b45a9698c376ce78023254f28a90
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a863329a9644b45a9698c376ce78023254f28a90

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Thu Nov 26 11:29:02 2009 +0000

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 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/recipes/bluez/bluez4.inc b/recipes/bluez/bluez4.inc
index d0aeaef..ab5dea1 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 \





More information about the Openembedded-commits mailing list