[oe-commits] Dmitry Eremin-Solenikov : bluez4: make bluez4-dev rprovide bluez-libs-dev to fix SDK building

git version control git at git.openembedded.org
Fri Jul 17 10:42:11 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2935e29e404fd79c326f2095715fa24184c35a43
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2935e29e404fd79c326f2095715fa24184c35a43

Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Fri Jul 17 14:40:53 2009 +0400

bluez4: make bluez4-dev rprovide bluez-libs-dev to fix SDK building

task-sdk-base RDEPENDS on bluez-libs-dev. Now as bluez-libs is completely
replaced with bluez4, make bluez4-dev provide bluez-libs-dev

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>

---

 recipes/bluez/bluez4.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/bluez/bluez4.inc b/recipes/bluez/bluez4.inc
index d34cdb9..431faf6 100644
--- a/recipes/bluez/bluez4.inc
+++ b/recipes/bluez/bluez4.inc
@@ -4,10 +4,11 @@ PRIORITY = "optional"
 DEPENDS = "gst-plugins-base alsa-lib virtual/libusb0 dbus-glib"
 HOMEPAGE = "http://www.bluez.org"
 LICENSE = "GPL"
-INC_PR = "r1"
+INC_PR = "r2"
 
 # 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"
 
 SRC_URI = "\
   http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \





More information about the Openembedded-commits mailing list