diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-07-17 14:40:53 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-07-17 14:40:53 +0400 |
commit | 2935e29e404fd79c326f2095715fa24184c35a43 (patch) | |
tree | c963e9fe61da85dffa04ba922ae5501519851c9d /recipes | |
parent | d6573b8bf03ea7b7789ac3977820706cb779c815 (diff) |
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@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 d34cdb9d6b..431faf6152 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 \ |