summaryrefslogtreecommitdiff
path: root/packages/tasks
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-07-24 19:34:35 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-07-24 19:34:35 +0000
commitaee2e59f7a77faf0d0f8de429606eaaed203fc3c (patch)
tree08040f7532b5f1e29401f14499be1f9b6a71d23b /packages/tasks
parentf5c6a7fdebeffa1fd8addc54d77f1a7d774e1358 (diff)
parent87bced1204d1fb7bcca24472722af24f498b18b1 (diff)
merge of '9877d1d45993745222565aabcf9dda0a305cb1d5'
and 'b30f5071d106efd92d97d7e0c735332475c0ee26'
Diffstat (limited to 'packages/tasks')
-rw-r--r--packages/tasks/task-base.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/tasks/task-base.bb b/packages/tasks/task-base.bb
index 368e9374d2..84c3610b8f 100644
--- a/packages/tasks/task-base.bb
+++ b/packages/tasks/task-base.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r40"
+PR = "r41"
DEPENDS = "task-boot"
PROVIDES = "${PACKAGES}"
@@ -223,9 +223,13 @@ task-base-pcmcia26 = "\
${@base_contains('DISTRO_FEATURES', 'wifi', 'kernel-module-hostap-cs', '',d)} \
${@base_contains('DISTRO_FEATURES', 'wifi', 'kernel-module-spectrum-cs', '',d)}"
+# Provide bluez-utils-compat utils for the time being, the binaries in that package will vanish soon from upstream releases, so beware!
+
RDEPENDS_task-base-bluetooth = "\
blueprobe \
- bluez-utils"
+ bluez-utils \
+ bluez-utils-compat \
+ "
RRECOMMENDS_task-base-bluetooth = "\
kernel-module-bluetooth \